Skip to content

Commit d902c8a

Browse files
authored
Fix typo in init/1 (#17)
1 parent 9acb5c1 commit d902c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/table/reader.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ defprotocol Table.Reader do
5151
5252
The `init/1` function should not initiate any form of traversal
5353
or open existing resources. If any setup is necessary, it should
54-
be peformed when the underlying row or column enumerables are
54+
be performed when the underlying row or column enumerables are
5555
traversed.
5656
"""
5757
@spec init(t()) :: row_reader() | column_reader() | :none

0 commit comments

Comments
 (0)