Skip to content

Commit ccf403c

Browse files
.
1 parent ece4d2e commit ccf403c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/token-match.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* - Arrow : Constant symbol to enter '->'
55
* - Term : User input, any string value, can be empty
66
* - Token : Matched part of term (part left, part right, arrow?)
7-
* - Word : String value, immutable, given from list (read + match only)
7+
* - Text : String value, immutable, given from list (read + match only)
88
*
99
* ###
1010
*
@@ -49,8 +49,8 @@
4949
* 3. Define function signatures (parameters, variants)
5050
*
5151
* Pseudo-type annotations similar to TypeScript/Flow:
52-
* -
53-
* -
52+
* - startsWithArrow()
53+
* - endsWithArrow()
5454
*
5555
* ###
5656
*

0 commit comments

Comments
 (0)