Skip to content

Commit e90a8ce

Browse files
committed
Revision 0.9.4
1 parent 0e4b8a9 commit e90a8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const R3 = Runtime.Parse(T, 'Y Z') // const R3 = [[], 'Y Z']
189189

190190
### Until
191191

192-
The Until combinator will parse characters up to (but not including) one of the specified sentinal string values. If a sentinal string value is not found, parsing fails.
192+
The Until combinator will parse characters up to (but not including) one of the specified sentinel string values. If a sentinel value is not found, parsing fails.
193193

194194
**BNF**
195195

0 commit comments

Comments
 (0)