From 667f20cda2e8dc0a9a90272912acdd59d3087236 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Sun, 13 Mar 2016 14:32:21 -0300 Subject: [PATCH] Fix typo in report_error_suggest_inline --- lalrpop/src/lr1/error/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lalrpop/src/lr1/error/mod.rs b/lalrpop/src/lr1/error/mod.rs index 8e74f6b..cebb95e 100644 --- a/lalrpop/src/lr1/error/mod.rs +++ b/lalrpop/src/lr1/error/mod.rs @@ -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()