]> granicus.if.org Git - re2c/commitdiff
Fixed typos.
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 13 Nov 2015 12:24:06 +0000 (12:24 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 13 Nov 2015 12:24:06 +0000 (12:24 +0000)
src/manual/features/dot/dot.rst
src/manual/features/features.rst

index 2702c400d37541b4e48bcb2ae5f51148e76cd8d6..362973ba1831d0f84d464006840eece96abc1f0e 100644 (file)
@@ -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):
 
index 2e68265001c77e8f0c99b1b2d3584b575def937f..8a4a59f8f446a05435a1c5409ded664d1e7404d0 100644 (file)
@@ -12,5 +12,5 @@ Features
 * `Encodings      <encodings/encodings.html>`_
 * `Generic API    <generic_api/generic_api.html>`_
 * `Skeleton       <skeleton/skeleton.html>`_
-* `Dot            <dot/dot.html>`_
+* `.dot           <dot/dot.html>`_