cleaned up comments

This commit is contained in:
pommicket 2022-02-27 15:31:02 -05:00
parent b4e22170b4
commit a08fef645e
6 changed files with 29 additions and 21 deletions

View file

@ -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