Skip to content

Commit

Permalink
readme: fix args description
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Aug 17, 2022
1 parent 0159520 commit e1fab7f
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 @@ -1001,7 +1001,7 @@ local res, err = crud.cut_rows(rows, metadata, fields)
where:

* `rows` (`table`) - array of tuples for cutting
* `matadata` (`?metadata`) - metadata about `rows` fields
* `metadata` (`?table`) - metadata about `rows` fields
* `fields` (`table`) - field names of fields that should be contained in the result

Returns metadata and array of rows, error.
Expand Down

0 comments on commit e1fab7f

Please sign in to comment.