Skip to content

Commit 92b00d9

Browse files
SSYHtonsky
authored andcommitted
simple spelling correction
1 parent 3016612 commit 92b00d9

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
@@ -90,7 +90,7 @@ There are three types of comment in Clojure:
9090
- Reader discard form `#_` is intended for temporarily disabling parts of code
9191
- `comment` form for coding snippets for future use
9292

93-
By default Sublime will try to use `;;` because it’s most similar to other languages and is simple to implmenet. One can argue, however, that we disable/enable parts of the code way more often that write textual comments about them. Therefore `#_` might work better.
93+
By default, Sublime will try to use `;;` because it’s most similar to other languages and is simple to implement. One can argue, however, that we disable/enable parts of the code way more often than write textual comments about them. Therefore, `#_` might work better.
9494

9595
Clojure Sublimed offer `Toggle Comment` command that can be used instead of Sublime provided one in Clojure sources. See Keymap on how to enable.
9696

0 commit comments

Comments
 (0)