diff --git a/How-to-use-Lark.md b/How-to-use-Lark.md index 07587b1..3e18b0b 100644 --- a/How-to-use-Lark.md +++ b/How-to-use-Lark.md @@ -8,7 +8,7 @@ This is the recommended process for working with Lark: 3. Try your grammar in Lark against each input sample. Make sure the resulting parse-trees make sense. - - You can perform steps 1-3 together, gradually growing your grammar to include more sentences. + - You can perform steps 1-3 repeatedly, gradually growing your grammar to include more sentences. 4. Use Lark's grammar features to [[shape the tree|Tree Construction]]: Get rid of superfluous rules by inlining them, and use aliases when specific cases need clarification.