Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored and ti-chi-bot committed Apr 10, 2024
1 parent bacea0f commit df64a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/string-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ SELECT n, REPEAT('x',n) FROM nr;
20 rows in set (0.01 sec)
```

The following example demonstrates that `REPEAT()` can operate on operate on strings consisting of multiple characters.
The following example demonstrates that `REPEAT()` can operate on strings consisting of multiple characters.

```sql
SELECT REPEAT('ha',3);
Expand Down

0 comments on commit df64a58

Please sign in to comment.