summary refs log tree commit diff stats
path: root/lib/system/helpers.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system/helpers.nim')
-rw-r--r--lib/system/helpers.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/system/helpers.nim b/lib/system/helpers.nim
index fb1218684..7b2b32679 100644
--- a/lib/system/helpers.nim
+++ b/lib/system/helpers.nim
@@ -1,5 +1,5 @@
-## helpers used system.nim and other modules, avoids code duplication while
-## also minimizing symbols exposed in system.nim
+# helpers used system.nim and other modules, avoids code duplication while
+# also minimizing symbols exposed in system.nim
 #
 # TODO: move other things here that should not be exposed in system.nim