diff options
Diffstat (limited to 'lib/system/io.nim')
-rw-r--r-- | lib/system/io.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/io.nim b/lib/system/io.nim index 460be516e..5ac9f813e 100644 --- a/lib/system/io.nim +++ b/lib/system/io.nim @@ -913,7 +913,7 @@ iterator lines*(filename: string): string {.tags: [ReadIOEffect].} = ## character(s) are removed from the iterated lines. Example: ## ## .. code-block:: nim - ## import strutils + ## import std/strutils ## ## proc transformLetters(filename: string) = ## var buffer = "" |