Skip to content

Commit

Permalink
Fix argument order in docstring (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstjean authored and ExpandingMan committed Nov 7, 2018
1 parent c251af1 commit 281608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sink.jl
@@ -1,5 +1,5 @@
"""
Feather.write(tbl, file::String; description="", metadata="")
Feather.write(file::String, tbl; description="", metadata="")
Write any Tables.jl implementation as a feather-formatted file. Optionally, a `description`
and `metadata` can be provided as Strings.
Expand Down

0 comments on commit 281608b

Please sign in to comment.