Skip to content

Commit 1dee8ac

Browse files
authored
Update README.md
1 parent 4a54936 commit 1dee8ac

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
@@ -188,7 +188,7 @@ There are several kinds of combinators included in `better-parse`:
188188
val sumParser = separated(number, plus) use { reduce { a, _, b -> a + b } }
189189
```
190190
191-
The `associativeLeft` and `associativeRight` combinators do exactly this, but they take the reducing operation as they are built:
191+
The `leftAssociative` and `rightAssociative` combinators do exactly this, but they take the reducing operation as they are built:
192192
193193
```kotlin
194194
val term: Parser<Term>

0 commit comments

Comments
 (0)