Skip to content

Commit d200ad1

Browse files
committed
Updates per ticket#242
1 parent aad9fcb commit d200ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/sql-part-2/reading/string-functions

content/sql-part-2/reading/string-functions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SELECT RTRIM('Too many trailing spaces. ');
2323
**Value Returned**
2424

2525
```console
26-
Too many extra spaces.
26+
Too many trailing spaces.
2727
```
2828
{{% /notice %}}
2929

0 commit comments

Comments
 (0)