mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Fix a typo
This commit is contained in:
@@ -4,7 +4,7 @@ PostgreSQL provides the string function `initcap()` as a way of capitalizing
|
||||
all words. In the process, it cleans up the casing of the remaining parts of
|
||||
the words.
|
||||
|
||||
Here are some example of how it works.
|
||||
Here are some examples of how it works.
|
||||
|
||||
```sql
|
||||
> select initcap('hello, world');
|
||||
|
||||
Reference in New Issue
Block a user