Skip to content

Commit

Permalink
Merge pull request edn-format#38 from airolson/master
Browse files Browse the repository at this point in the history
Properly enclose \space in backticks
  • Loading branch information
richhickey committed Oct 28, 2012
2 parents 180328d + f666190 commit e46f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ characters `\t \r \n` are supported.

### characters

Characters are preceded by a backslash: `\c`. `\newline`, `\return`, \space` and `\tab` yield the
Characters are preceded by a backslash: `\c`. `\newline`, `\return`, `\space` and `\tab` yield the
corresponding characters. Backslash cannot be followed by whitespace.

### symbols
Expand Down

0 comments on commit e46f109

Please sign in to comment.