Skip to content

Commit

Permalink
Merge pull request #47 from redpen-cc/fix-spelling
Browse files Browse the repository at this point in the history
Fix the table escaping vertical bar character for Japanese settings
  • Loading branch information
takahi-i committed May 24, 2016
2 parents 79ca4ca + 09486e0 commit 8498db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ symbol's invalid characters, respectively.
|`LOW_LINE` |'_' | false | false | '_' | Low line (under bar)
|`LEFT_CURLY_BRACKET` |'{' | true | false | '{' | Left curly bracket
|`RIGHT_CURLY_BRACKET` |'}' | true | false | '}' | Right curly bracket
|`VERTICAL_VAR` |'|' | false | false | '|' | Vertical bar
|`VERTICAL_BAR` |'|' | false | false | '\|' | Vertical bar
|`TILDE` |'〜' | false | false | '~' | Tilde
|`LEFT_SINGLE_QUOTATION_MARK` |'‘' | false | false | | Left single quotation mark
|`RIGHT_SINGLE_QUOTATION_MARK` |'’' | false | false | | Right single quotation mark
Expand Down

0 comments on commit 8498db9

Please sign in to comment.