Skip to content

Commit

Permalink
missing "not" in docstring (#48)
Browse files Browse the repository at this point in the history
Surly, `validate` throws an `ArgumentError` if `tables_schema` does **not** comply with `legolas_schema`?
  • Loading branch information
yakir12 authored Jul 6, 2022
1 parent e5fa229 commit 3a97820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rows.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function _transform end
"""
Legolas.validate(tables_schema::Tables.Schema, legolas_schema::Legolas.Schema)
Throws an `ArgumentError` if `tables_schema` does comply with `legolas_schema`, otherwise
Throws an `ArgumentError` if `tables_schema` does not comply with `legolas_schema`, otherwise
returns `nothing`.
Specifically, `tables_schema` is considered to comply with `legolas_schema` if:
Expand Down

0 comments on commit 3a97820

Please sign in to comment.