Commit 45e9352
authored
docs: Fix the examples for char_length() and character_length() (#18808)
## Which issue does this PR close?
- Closes N/A.
## Rationale for this change
The examples for `char_length()` and `character_length()` are swapped at
https://datafusion.apache.org/user-guide/expressions.html#string-expressions
## What changes are included in this PR?
Swap the examples to fix the issue.
## Are these changes tested?
No. Only docs are touched.
## Are there any user-facing changes?
No
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>1 parent b2e99fc commit 45e9352
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments