Skip to content

Commit e63e4a3

Browse files
Update docs/user/ppl/functions/string.rst
Co-authored-by: Andrew Carbonetto <andrewc@bitquilltech.com> Signed-off-by: Margarit Hakobyan <margarith@bitquilltech.com>
1 parent f47076f commit e63e4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/ppl/functions/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ POSITION
156156
Description
157157
>>>>>>>>>>>
158158

159-
Usage: The syntax POSITION(substr IN str) returns the position of the first occurrence of substring substr in string str. Returns 0 if substr is not in str. Returns NULL if any argument is NULL.
159+
Usage: The syntax `POSITION(substr IN str)` returns the position of the first occurrence of substring `substr` in string `str`. Returns `0` if `substr` is not in `str`. Returns `NULL` if any argument is `NULL`.
160160

161161
Argument type: STRING, STRING
162162

0 commit comments

Comments
 (0)