Skip to content

Commit 0735005

Browse files
authored
Found two default-roles. (#970)
1 parent 840a718 commit 0735005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internals/parser.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,8 @@ Hard and Soft keywords
645645
----------------------
646646

647647
.. note::
648-
In the grammar files, keywords are defined using **single quotes** (e.g. `'class'`) while soft
649-
keywords are defined using **double quotes** (e.g. `"match"`).
648+
In the grammar files, keywords are defined using **single quotes** (e.g. ``'class'``) while soft
649+
keywords are defined using **double quotes** (e.g. ``"match"``).
650650

651651
There are two kinds of keywords allowed in pegen grammars: *hard* and *soft*
652652
keywords. The difference between hard and soft keywords is that hard keywords

0 commit comments

Comments
 (0)