Skip to content

Commit

Permalink
doc: fix parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Oct 5, 2023
1 parent 6bd58fb commit 9ce79d0
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 @@ -639,7 +639,7 @@ local result, err = crud.replace_object_many(space_name, objects, opts)
where:

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

0 comments on commit 9ce79d0

Please sign in to comment.