Skip to content

Commit c1724eb

Browse files
authored
fix typo
1 parent c0c9480 commit c1724eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammar_tutorial.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ perfectly.
1313
1414
=SUBTITLE When Would I Use Grammars?
1515
16-
Grammars are great at taking stings, trying to make sense of them, and then saving them into a data structure you can actually work with. If you have strings of some kind that you need to bring order to, or interpret, grammars give you some great tools to make it easier.
16+
Grammars are great at taking strings, trying to make sense of them, and then saving them into a data structure you can actually work with. If you have strings of some kind that you need to bring order to, or interpret, grammars give you some great tools to make it easier.
1717
1818
Your string might be a whole file that you need to break into sections. Or
1919
perhaps line by line. Maybe you have a protocol like SMTP you're working with,

0 commit comments

Comments
 (0)