summaryrefslogtreecommitdiff
path: root/04/in03
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-27 15:31:02 -0500
committerpommicket <pommicket@gmail.com>2022-02-27 15:31:02 -0500
commita08fef645e4b2504d7c2109946c90e63ca91b731 (patch)
tree0c0c8ed472f093c54dc4faef59312ed5802c4305 /04/in03
parentb4e22170b4cbe580a1583337817f6a388c0e1f55 (diff)
cleaned up comments
Diffstat (limited to '04/in03')
-rw-r--r--04/in032
1 files changed, 1 insertions, 1 deletions
diff --git a/04/in03 b/04/in03
index a0cee4f..dc459e9 100644
--- a/04/in03
+++ b/04/in03
@@ -127,7 +127,7 @@ R=:line
!:read_line_loop_end
:read_line_loop_end
-; remove whitespace (specifically, ' ' characters) at end of line
+; remove whitespace (specifically, space characters) at end of line
I=R
:remove_terminal_whitespace_loop
I-=d1