Skip to content

Commit e1fab7f

Browse files
readme: fix args description
1 parent 0159520 commit e1fab7f

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
@@ -1001,7 +1001,7 @@ local res, err = crud.cut_rows(rows, metadata, fields)
10011001
where:
10021002

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

10071007
Returns metadata and array of rows, error.

0 commit comments

Comments
 (0)