Skip to content

Commit 9007834

Browse files
authored
Update README.md
1 parent 3b92aa1 commit 9007834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ I had also expected that formatting would be a recursive operation, but that ide
4040

4141
So, the concept is nothing more than reading from start to end and keeping track of context along the way.
4242

43-
This implementation uses two passes: first to remove any existing formatting, and then to apply the desired formatting; and instead of working through the statement one character at a time, we grab white-space delimited elements and go from there.
43+
This implementation uses two passes: first to remove any existing formatting, then to apply the desired formatting; and instead of working through the statement one character at a time, we grab white-space delimited elements and go from there.
4444

4545
It's not clear to me how comments can be addressed in any helpful way and they generally require cleanup in the formatted result.
4646

0 commit comments

Comments
 (0)