Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion text/pim-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ As an exercise, let's take the proposed input and feed it through the rule, to s
<tr>
<td colspan="4" style="font-size:.7em;">

<em>Note</em>: there are two ⌂ here, because the next input token might match <em>either</em> the comma separator <em>between</em>em> elements in the repetition, <em>or</em> the comma <em>after</em> the repetition. The macro system will keep track of both possibilities, until it is able to decide which one to follow.
<em>Note</em>: there are two ⌂ here, because the next input token might match <em>either</em> the comma separator <em>between</em> elements in the repetition, <em>or</em> the comma <em>after</em> the repetition. The macro system will keep track of both possibilities, until it is able to decide which one to follow.

</td>
</tr>
Expand Down