Skip to content

Commit

Permalink
Another try for fixing schema.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Oct 5, 2016
1 parent a3300bf commit c490d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ RapidJSON implemented a simple NFA regular expression engine, which is used by d
|Syntax|Description|
|------|-----------|
|`ab` | Concatenation |
|<code>a&#124;b</code> | Alternation |
|<code>a|b</code> | Alternation |
|`a?` | Zero or one |
|`a*` | Zero or more |
|`a+` | One or more |
Expand All @@ -202,7 +202,7 @@ RapidJSON implemented a simple NFA regular expression engine, which is used by d
|`[^abc]` | Negated character classes |
|`[^a-c]` | Negated character class range |
|`[\b]` | Backspace (U+0008) |
|<code>\\&#124;</code>, `\\`, ... | Escape characters |
|<code>\\|</code>, `\\`, ... | Escape characters |
|`\f` | Form feed (U+000C) |
|`\n` | Line feed (U+000A) |
|`\r` | Carriage return (U+000D) |
Expand Down

0 comments on commit c490d88

Please sign in to comment.