From: Ulya Trofimovich Date: Fri, 13 Nov 2015 12:24:06 +0000 (+0000) Subject: Fixed typos. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2294e74ac436df2b461b52307de135c29ee3d4bc;p=re2c Fixed typos. --- diff --git a/src/manual/features/dot/dot.rst b/src/manual/features/dot/dot.rst index 2702c400..362973ba 100644 --- a/src/manual/features/dot/dot.rst +++ b/src/manual/features/dot/dot.rst @@ -28,8 +28,8 @@ Here is the picture: Note that re2c performs additional transformations on the DFA: inserts ``YYFILL`` `checkpoints <../../../examples/example_02.html>`_, binds actions, applies basic code deduplication. -During the transforamtions it splits certain states and adds lambda transitions. -These transitions correspond to the unlabeled edges on the picture. +During the transformations it splits certain states and adds lambda transitions. +Lambda transitions correspond to the unlabeled edges on the picture. A real-world example (JSON lexer, all non-re2c code stripped out): diff --git a/src/manual/features/features.rst b/src/manual/features/features.rst index 2e682650..8a4a59f8 100644 --- a/src/manual/features/features.rst +++ b/src/manual/features/features.rst @@ -12,5 +12,5 @@ Features * `Encodings `_ * `Generic API `_ * `Skeleton `_ -* `Dot `_ +* `.dot `_