Skip to content

Commit 5c5fff0

Browse files
authored
Update README.md
1 parent 6eb364b commit 5c5fff0

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
@@ -43,7 +43,7 @@ This implementation uses two passes: first to remove any existing formatting, an
4343
It's not clear to me how comments can be addressed in any helpful way and they generally require cleanup in the formatted result.
4444

4545
## The source
46-
The solution includes a simple winforms demo executable along with the Formatter class. The implementation of the formatter employs a number of routines from unrelated libraried code, I've pulled these fragments into an additional file LIB.cs.
46+
The solution includes a simple winforms demo executable along with the Formatter class. The implementation of the formatter employs a number of routines from unrelated libraried code; I've pulled these fragments into an additional file: LIB.cs.
4747

4848
## Feedback
4949
I learned a fair bit getting this implementation to its current state and I'm sharing it here hoping it might prove useful to others--but also to solicit comments on the approach. Is there a better, more formal method I'm missing?

0 commit comments

Comments
 (0)