projects
/
re2c
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141c0d8
)
Fix typo
223/head
author
Nerd
<metab0t@users.noreply.github.com>
Wed, 17 Oct 2018 08:23:22 +0000
(16:23 +0800)
committer
GitHub
<noreply@github.com>
Wed, 17 Oct 2018 08:23:22 +0000
(16:23 +0800)
re2c/doc/manual/syntax/regular_expressions.rst_
patch
|
blob
|
history
diff --git
a/re2c/doc/manual/syntax/regular_expressions.rst_
b/re2c/doc/manual/syntax/regular_expressions.rst_
index c455f4127856cccdff9ef23c58e9020b224787c1..36cac0544e556bba57e0f57e540df19cc09276e4 100644
(file)
--- a/
re2c/doc/manual/syntax/regular_expressions.rst_
+++ b/
re2c/doc/manual/syntax/regular_expressions.rst_
@@
-29,7
+29,7
@@
re2c uses the following syntax for regular expressions:
* ``R | S`` alternative: ``R or S``
-* ``R / S`` loo
hak
ead: ``R`` followed by ``S``, but ``S`` is not consumed
+* ``R / S`` loo
kah
ead: ``R`` followed by ``S``, but ``S`` is not consumed
* ``name`` the regular expression defined as ``name`` (or literal string ``"name"`` in Flex compatibility mode)