Skip to content

Commit a424f89

Browse files
committed
Clarify that we are talking about the character in the command.
1 parent ec9dfa0 commit a424f89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/refguide/modeling/domain-model/oql/oql-expression-syntax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ LTRIM ( expression [, character ] )
13601360
Only a single character is supported. `character` parameters with more than one character may not work in all supported databases.
13611361
{{% /alert %}}
13621362

1363-
If the expression string consists entirely of the character, everything will be trimmed and the function will return a zero-length string.
1363+
If the expression string consists entirely of `character`, everything will be trimmed and the function will return a zero-length string.
13641364

13651365
#### Examples
13661366

@@ -1579,7 +1579,7 @@ RTRIM ( expression [, character ] )
15791579
Only a single character is supported. `character` parameters with more than one character may not work in all supported databases.
15801580
{{% /alert %}}
15811581

1582-
If the expression string consists entirely of the character, everything will be trimmed and the function will return a zero-length string.
1582+
If the expression string consists entirely of `character`, everything will be trimmed and the function will return a zero-length string.
15831583

15841584
#### Examples
15851585

@@ -1672,7 +1672,7 @@ TRIM ( expression [, character ] )
16721672
Only a single character is supported. `character` parameters with more than one character may not work in all supported databases.
16731673
{{% /alert %}}
16741674

1675-
If the expression string consists entirely of the character, everything will be trimmed and the function will return a zero-length string.
1675+
If the expression string consists entirely of `character`, everything will be trimmed and the function will return a zero-length string.
16761676

16771677
#### Examples
16781678

0 commit comments

Comments
 (0)