Skip to content

Commit 53ba2c6

Browse files
doc: fix parameter description
1 parent 26bfdc9 commit 53ba2c6

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
@@ -639,7 +639,7 @@ local result, err = crud.replace_object_many(space_name, objects, opts)
639639
where:
640640

641641
* `space_name` (`string`) - name of the space to insert/replace an object
642-
* `tuples` / `objects` (`table`) - array of tuples/objects to insert
642+
* `tuples` / `objects` (`table`) - array of tuples/objects to replace
643643
* `opts`:
644644
* `timeout` (`?number`) - `vshard.call` timeout and vshard master
645645
discovery timeout (in seconds), default value is 2

0 commit comments

Comments
 (0)