Skip to content

Commit 73d5e68

Browse files
authored
Acrolinx
1 parent 3c30558 commit 73d5e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/rtrim-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SELECT RTRIM('Removes trailing spaces. ');
6161
`Removes trailing spaces.`
6262

6363
### B: Simple Example
64-
The following example demonstrates how to use `RTRIM` to remove trailing spaces. This time there is another string concatenated ot the first string to show that the spaces are gone.
64+
The following example demonstrates how to use `RTRIM` to remove trailing spaces. This time there is another string concatenated to the first string to show that the spaces are gone.
6565

6666
```
6767
SELECT RTRIM('Four spaces are after the period in this sentence. ') + 'Next string.';

0 commit comments

Comments
 (0)