Fix typo in report_error_suggest_inline

This commit is contained in:
Reuben Morais 2016-03-13 14:32:21 -03:00
parent bb5c741658
commit 667f20cda2

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()