mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-28 04:32:14 +00:00
Fix typo in report_error_suggest_inline
This commit is contained in:
parent
bb5c741658
commit
667f20cda2
@ -328,7 +328,7 @@ impl<'cx, 'grammar> ErrorReportingCx<'cx, 'grammar> {
|
|||||||
.verbatimed()
|
.verbatimed()
|
||||||
.punctuated(".")
|
.punctuated(".")
|
||||||
.text("For more information, see the section on inlining")
|
.text("For more information, see the section on inlining")
|
||||||
.text("in the LALROP manual.")
|
.text("in the LALRPOP manual.")
|
||||||
.end()
|
.end()
|
||||||
.end()
|
.end()
|
||||||
.end()
|
.end()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user