Skip to content

Commit

Permalink
Fix typo in documentation: header -> headers (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevoke authored and josevalim committed Nov 15, 2017
1 parent e9dd8dd commit 962f489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nimble_csv.ex
Expand Up @@ -145,7 +145,7 @@ defmodule NimbleCSV do
## Options
* `:header` - when `false`, no longer discard the first row. Defaults to `true`.
* `:headers` - when `false`, no longer discard the first row. Defaults to `true`.
"""
@callback parse_string(binary(), opts :: keyword()) :: [[binary()]]
Expand Down

0 comments on commit 962f489

Please sign in to comment.