Skip to content

Commit bdd8a41

Browse files
committed
Fixed grammar
1 parent b6e36e1 commit bdd8a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/methods_and_combinators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ can be used and manipulated as below.
392392

393393
Also, the methods :meth:`~Parser.map`, :meth:`~Parser.combine` and
394394
:meth:`~Parser.combine_dict`, which all use ``bind`` internally, are often
395-
more convenient ways to chain output where you are doing transformations
396-
but not further consuming of input.
395+
more convenient ways to chain functions where you are doing transformations
396+
but not consuming more input.
397397

398398
.. method:: sep_by(sep, min=0, max=inf)
399399

0 commit comments

Comments
 (0)