Skip to content

Commit

Permalink
Make README example into valid Julia code (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch authored and quinnj committed Nov 21, 2019
1 parent 0dd6530 commit de50b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The answer is mostly straightforward: just use the interface functions. A note d

```julia
function MyTable(x)
# Tables.istable(x) || throw(ArgumentError("input is not a table))
# Tables.istable(x) || throw(ArgumentError("input is not a table"))
rows = Tables.rows(x)
sch = Tables.schema(rows)
names = sch.names
Expand Down

0 comments on commit de50b30

Please sign in to comment.