Skip to content

Commit cd9f59f

Browse files
committed
Fix upsert description in README.md
1 parent 6322caa commit cd9f59f

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
@@ -559,7 +559,7 @@ $tnt->update("test", 1, array(
559559
### Tarantool::upsert
560560

561561
``` php
562-
public array Tarantool::upsert(mixed $space, mixed $key, array $ops [, number $index] )
562+
public array Tarantool::upsert(mixed $space, array $tuple, array $ops [, number $index] )
563563
```
564564

565565
_**Description**_: Update or Insert command (If tuple with PK == PK('tuple') exists,

0 commit comments

Comments
 (0)