aboutsummaryrefslogtreecommitdiff
path: root/std/prelude/io.pk
diff options
context:
space:
mode:
Diffstat (limited to 'std/prelude/io.pk')
-rw-r--r--std/prelude/io.pk2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/prelude/io.pk b/std/prelude/io.pk
index 7a3f059..002cc31 100644
--- a/std/prelude/io.pk
+++ b/std/prelude/io.pk
@@ -1,4 +1,4 @@
-## std.io: Platform-independent I/O constructs. Mostly revolve around files.
+## std.io: Platform-independent I/O constructs. Mostly revolves around files.
## This module is imported by default.
# reference: https://nim-lang.org/docs/syncio.html
# reference: https://doc.rust-lang.org/stable/std/io/