From d95f552ce965262e87f17748972a5a20bdd76a18 Mon Sep 17 00:00:00 2001 From: Peter Wienemann Date: Wed, 21 Oct 2020 15:48:43 +0200 Subject: [PATCH] Fix a typo --- docs/grammar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grammar.md b/docs/grammar.md index 8ed0c58..267c806 100644 --- a/docs/grammar.md +++ b/docs/grammar.md @@ -251,7 +251,7 @@ COMMENT: "#" /[^\n]/* ``` ### %import -Allows to import terminals and rules from lark grammars. +Allows one to import terminals and rules from lark grammars. When importing rules, all their dependencies will be imported into a namespace, to avoid collisions. It's not possible to override their dependencies (e.g. like you would when inheriting a class).