Skip to content

Commit

Permalink
readme: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jan 10, 2017
1 parent 29aa8db commit 7f200ed
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 @@ -96,7 +96,7 @@ Symbols that can be used after **start** markers:

Symbols that can be used before **end** markers:

* `>` - If just a single `<`, this indicates that only newlines (`'\r'` and `'\n'`) will be trimmed from the beginning and end of the output returned from the expression.
* `>` - If just a single `>`, this indicates that only newlines (`'\r'` and `'\n'`) will be trimmed from the beginning and end of the output returned from the expression.

* `>>` - This indicates that all whitespace (`'\r'`, `'\n'`, `'\t'`, `' '`, and `'\f'`) will be trimmed from the beginning and end of the output returned from the expression.

Expand Down

0 comments on commit 7f200ed

Please sign in to comment.