Skip to content

Commit a735926

Browse files
committed
Fix typo in README
1 parent 4c51f76 commit a735926

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
@@ -16,7 +16,7 @@ in julia.
1616
### ``isiterable`` and ``getiterator``
1717

1818
The first extension is comprised of the functions ``isiterable`` and
19-
``getiterator``. ``isiterable(x)`` will return ``true`` or ``false,
19+
``getiterator``. ``isiterable(x)`` will return ``true`` or ``false``,
2020
indicating whether ``x`` can be iterated. It is important to note that
2121
a ``true`` return value does *not* indicate that one can call the
2222
``start`` method on ``x``, instead a consumer *must* call ``getiterator(x)``

0 commit comments

Comments
 (0)