1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Fix a typo

This commit is contained in:
jbranchaud
2017-09-11 15:16:04 -05:00
parent 4c0395b554
commit 61d307c60d

View File

@@ -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');