Skip to content

Commit efff9fa

Browse files
committed
doc: update README
1 parent f3b0c66 commit efff9fa

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ by [RE2](https://github.com/google/re2).
1515
### Documentation
1616

1717
[Module documentation with examples](https://docs.rs/regex).
18-
The module documentation also include a comprehensive description of the syntax
19-
supported.
18+
The module documentation also includes a comprehensive description of the
19+
syntax supported.
2020

2121
Documentation with examples for the various matching functions and iterators
2222
can be found on the
@@ -192,12 +192,13 @@ assert!(matches.matched(6));
192192
### Usage: a regular expression parser
193193

194194
This repository contains a crate that provides a well tested regular expression
195-
parser and abstract syntax. It provides no facilities for compilation or
196-
execution. This may be useful if you're implementing your own regex engine or
197-
otherwise need to do analysis on the syntax of a regular expression. It is
198-
otherwise not recommended for general use.
195+
parser, abstract syntax and a high-level intermediate representation for
196+
convenient analysis. It provides no facilities for compilation or execution.
197+
This may be useful if you're implementing your own regex engine or otherwise
198+
need to do analysis on the syntax of a regular expression. It is otherwise not
199+
recommended for general use.
199200

200-
[Documentation for `regex-syntax` with examples](https://docs.rs/regex-syntax).
201+
[Documentation `regex-syntax`.](https://docs.rs/regex-syntax)
201202

202203
# License
203204

0 commit comments

Comments
 (0)