diff options
Diffstat (limited to 'doc/hcr.rst')
-rw-r--r-- | doc/hcr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hcr.rst b/doc/hcr.rst index d2e13e1c7..6dc65b1cd 100644 --- a/doc/hcr.rst +++ b/doc/hcr.rst @@ -29,7 +29,7 @@ To install SDL2 you can use ``nimble install sdl2``. import sdl2 #*** import the hotcodereloading stdlib module *** - import hotcodereloading + import std/hotcodereloading var runGame*: bool = true var window: WindowPtr |