We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ff39b commit ae3f142Copy full SHA for ae3f142
lib/Syntax/README.md
@@ -163,8 +163,8 @@ struct YourStruct {}
163
At any point in the building process, you can call `build()` and get a
164
reasonably formed Syntax node (i.e. with no raw `nullptr`s) using what you've
165
provided to the builder so far. Anything that you haven't supplied is marked as
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
+*missing*. This is essentially what the parser does; so, looking forward to
+future adoption, the builders are designed with the parser in mind, with the
168
hope that we can better specify recovery behavior and incremental (re-)parsing.
169
170
**Example**
0 commit comments