We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2ddbb commit 69b44b5Copy full SHA for 69b44b5
README.md
@@ -903,7 +903,7 @@ The syntax is: `{QUERY_ARG_NAME}=%{FMT_TYPE}`
903
A good example is:
904
```
905
HTTP GET ... /url?space_id=512&value=some+string
906
-it could be matched by using the follwing format 'space_id=%%space_id,value=%s'
+it could be matched by using the following format 'space_id=%%space_id,value=%s'
907
908
909
Here is a full list of {FMT_TYPE} types:
@@ -945,8 +945,8 @@ This directive allows executing an insert query with Tarantool.
945
946
[Back to content](#content)
947
948
-tnt_insert
949
-----------
+tnt_replace
+-----------
950
**syntax:** *tnt_replace [SIZE or off] [FMT]*
951
952
**default:** *None*
0 commit comments