Skip to content

Commit 5c78ab6

Browse files
committed
Address PR review feedback
Signed-off-by: Margarit Hakobyan <margarith@bitquilltech.com>
1 parent 55c44ca commit 5c78ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/dql/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,7 @@ Return type integer:
23462346

23472347
Example::
23482348

2349-
opensearchsql> SELECT POSITION('world' IN 'helloworld'), POSITION('invalid' IN 'helloworld');
2349+
os> SELECT POSITION('world' IN 'helloworld'), POSITION('invalid' IN 'helloworld');
23502350
fetched rows / total rows = 1/1
23512351
+-------------------------------------+---------------------------------------+
23522352
| POSITION('world' IN 'helloworld') | POSITION('invalid' IN 'helloworld') |

0 commit comments

Comments
 (0)