Skip to content

Commit c151408

Browse files
authored
Fixed spelling mistake (#473)
1 parent 17d295c commit c151408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tech/v3/dataset/io.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
be useful in some contexts to use the `:string` parser with sequences of maps or
193193
maps of columns.
194194
- `:parser-fn` -
195-
v - `keyword?` - all columns parsed to this datatype. For example:
195+
- `keyword?` - all columns parsed to this datatype. For example:
196196
`{:parser-fn :string}`
197197
- `map?` - `{column-name parse-method}` parse each column with specified
198198
`parse-method`.

0 commit comments

Comments
 (0)