mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 08:47: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
|
```kotlin
|
||||||
"words".singularize() # => "word"
|
"words".singularize() # => "word"
|
||||||
"octopi".pluralize() # => "octopus"
|
"octopi".singularize() # => "octopus"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue