From 756fabb97982c7ec1da74f99c4aad3ae2f3dfd60 Mon Sep 17 00:00:00 2001 From: Dmitry Matveyev Date: Thu, 8 Aug 2019 14:17:53 +0300 Subject: [PATCH] Fix typo (#11910) --- lib/pure/unittest.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/unittest.nim b/lib/pure/unittest.nim index 4cbd2f734c..3f84c1853b 100644 --- a/lib/pure/unittest.nim +++ b/lib/pure/unittest.nim @@ -565,7 +565,7 @@ template skip* = ## ## .. code-block:: nim ## - ## if not isGLConextCreated(): + ## if not isGLContextCreated(): ## skip() bind checkpoints