diff options
Diffstat (limited to 'docs/InternalsManual.html')
-rw-r--r-- | docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html index 2829dbdd75..da83d89acc 100644 --- a/docs/InternalsManual.html +++ b/docs/InternalsManual.html @@ -1810,7 +1810,7 @@ focus on expressions, but statements are similar.</p> <li>Write tests for all of the "bad" parsing cases, to make sure your recovery is good. If you have matched delimiters (e.g., parentheses, square brackets, etc.), use - <tt>Parser::MatchRHSPunctuation</tt> to give nice diagnostics when + <tt>Parser::BalancedDelimiterTracker</tt> to give nice diagnostics when things go wrong.</li> </ul> </li> |