Skip to content

Commit aa135b6

Browse files
Merge pull request #146 from LaunchCodeEducation/ticket/242
Updates per ticket#242
2 parents aad9fcb + d200ad1 commit aa135b6

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)