Skip to content

Commit d3a0a01

Browse files
committed
e.g./i.e. have periods.
Replace the i.e. here with an e.g. as it appears to be giving an example, not providing a definition
1 parent af750fd commit d3a0a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/grammar_tutorial.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ To utilize these multimethods (here called proto-regexes) to constrain our comma
198198
=end code
199199
200200
The 'sym' keyword is used to create the various proto-regex options. Each option
201-
is named (ie. sym<update>), and for that option's use, a special <sym> token is
201+
is named (e.g. sym<update>), and for that option's use, a special <sym> token is
202202
auto-generated, that is the case-sensitive string-literal of the name assigned.
203203
204204
The <sym> token, as well as other user-defined tokens, may be used in the proto-
205205
regex option block to define the specific 'match condition'. Regex tokens are
206206
compiled forms, and once defined cannot subsequently be modified by adverb
207-
actions (eg. :i). Therefore, as it's auto-generated, the special <sym> token is
207+
actions (e.g. :i). Therefore, as it's auto-generated, the special <sym> token is
208208
useful only where an exact match of the option name is required.
209209
210210
If, for one of the proto-regex options, a match condition occurs, then the whole

0 commit comments

Comments
 (0)