Skip to content

Commit 7bdd13a

Browse files
readme: fix args description
1 parent e4df508 commit 7bdd13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ local res, err = crud.cut_rows(rows, metadata, fields)
971971
where:
972972

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

977977
Returns metadata and array of rows, error.

0 commit comments

Comments
 (0)