Skip to content

Commit ae3f142

Browse files
authored
Fixed typos and grammar in lib/Syntax/README.md
Added a semicolon to a run-on sentence, and restored the original commas there.
1 parent e0ff39b commit ae3f142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Syntax/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ struct YourStruct {}
163163
At any point in the building process, you can call `build()` and get a
164164
reasonably formed Syntax node (i.e. with no raw `nullptr`s) using what you've
165165
provided to the builder so far. Anything that you haven't supplied is marked as
166-
*missing*. This is essentially what the parser does, solooking forward to
167-
future adoptionthe builders are designed with the parser in mind, with the
166+
*missing*. This is essentially what the parser does; so, looking forward to
167+
future adoption, the builders are designed with the parser in mind, with the
168168
hope that we can better specify recovery behavior and incremental (re-)parsing.
169169

170170
**Example**

0 commit comments

Comments
 (0)