Merge pull request #103 from reuben/patch-1

Fix typo in report_error_suggest_inline
This commit is contained in:
Niko Matsakis 2016-03-14 05:48:34 -04:00
commit 487004bddb

View File

@ -328,7 +328,7 @@ impl<'cx, 'grammar> ErrorReportingCx<'cx, 'grammar> {
.verbatimed()
.punctuated(".")
.text("For more information, see the section on inlining")
.text("in the LALROP manual.")
.text("in the LALRPOP manual.")
.end()
.end()
.end()