Skip to content

Commit

Permalink
Fix formatting in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neronus committed Jan 30, 2012
1 parent 64ecb17 commit 062dd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -202,6 +202,7 @@ escapes the special character. Otherwise, the special character
keeps its usual meaning.

Assume `x` is bound to 1.

#[?x]# ==> "1"
#[\?x]# ==> "?x"
#[\\?x]# ==> '\?x'
Expand Down

0 comments on commit 062dd6a

Please sign in to comment.