Skip to content

Commit c8993f6

Browse files
authored
Fix README.md typo (#143)
1 parent 6ab5d0f commit c8993f6

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
@@ -93,7 +93,7 @@ csv.rows //=> [["id": "1", "name": "Alice", "age": "18"], ["id": "2",
9393
csv.columns //=> ["id": ["1", "2"], "name": ["Alice", "Bob"], "age": ["18", "19"]]
9494
```
9595

96-
The rows can also parsed and passed to a block on the fly, reducing the memory needed to store the whole lot in an array:
96+
The rows can also be parsed and passed to a block on the fly, reducing the memory needed to store the whole lot in an array:
9797

9898
```swift
9999
// Access each row as an array (inner array not guaranteed to always be equal length to the header)

0 commit comments

Comments
 (0)