Skip to content

Commit 6942c18

Browse files
authored
Update README.md
1 parent 3a8676b commit 6942c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ stringify(['+', ['*', 'min', [,60]], [,'sec']])
134134

135135
## Extending
136136

137-
_Subscript_ provides premade language [features](./features) and API to customize syntax:
137+
_Subscript_ provides premade language [features](./feature) and API to customize syntax:
138138

139139
* `unary(str, precedence, postfix=false)` − register unary operator, either prefix `⚬a` or postfix `a⚬`.
140140
* `binary(str, precedence, rassoc=false)` − register binary operator `a ⚬ b`, optionally right-associative.

0 commit comments

Comments
 (0)