Skip to content

Commit

Permalink
closing a backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Dec 3, 2015
1 parent c713eae commit 46e8017
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 @@ -23,7 +23,7 @@ If you choose to run it from the command line, the best option is to create a `d

Languages supported
-------------------
* `coffee` - coffeescript style comments, using `###` as the start and end, or `###*` as the start of the block, and `### as the end.
* `coffee` - coffeescript style comments, using `###` as the start and end, or `###*` as the start of the block, and `###` as the end.
* `js` - js/javadoc style comments, using `/**` and `*/` as the start and end tokens, respectively.
* `escapedCoffee` - js-style comments, escaped for coffeescript usage. Tokens are the same as `js`-style comments, except they have a backtick (`) on the left of the opening token, and the right of the closing token.

Expand Down

0 comments on commit 46e8017

Please sign in to comment.