diff options
Diffstat (limited to 'doc/docgen_sample.nim')
-rw-r--r-- | doc/docgen_sample.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docgen_sample.nim b/doc/docgen_sample.nim index 7a167cb45..06b8d7f8e 100644 --- a/doc/docgen_sample.nim +++ b/doc/docgen_sample.nim @@ -1,6 +1,6 @@ ## This module is a sample. -import strutils +import std/strutils proc helloWorld*(times: int) = ## Takes an integer and outputs |