Skip to content

Commit

Permalink
Use solidus/reverse solidus for range descriptions, instead of slash/…
Browse files Browse the repository at this point in the history
…backslash.
  • Loading branch information
gkellogg committed Jun 12, 2023
1 parent 863cc89 commit 9a58138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ebnf/writer.rb
Expand Up @@ -49,8 +49,8 @@ class Writer
0x20 => 'space',
0x22 => 'dquote',
0x27 => 'apos',
0x2F => 'slash',
0x5C => 'back slash',
0x2F => 'solidus',
0x5C => 'reverse solidus',
0x60 => 'grave',
0x7F => 'delete',
0x80 => 'padding character',
Expand Down

0 comments on commit 9a58138

Please sign in to comment.