mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-24 16:27:12 -07:00
fixed typo
This commit is contained in:
parent
74d6ae324c
commit
3be60a76a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
```kotlin
|
||||
"words".singularize() # => "word"
|
||||
"octopi".pluralize() # => "octopus"
|
||||
"octopi".singularize() # => "octopus"
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue