1
0
Fork 0
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:
Cesar Ferreira 2016-09-04 21:01:06 +01:00
parent 74d6ae324c
commit 3be60a76a8

View file

@ -20,7 +20,7 @@
```kotlin ```kotlin
"words".singularize() # => "word" "words".singularize() # => "word"
"octopi".pluralize() # => "octopus" "octopi".singularize() # => "octopus"
``` ```