kosi-libs / Kodein

Painless Kotlin Dependency Injection
https://kosi-libs.org/kodein
MIT License
3.19k stars 174 forks source link

Typos in documentation #118

Closed gustavkarlsson closed 6 years ago

gustavkarlsson commented 6 years ago

The word dice is plural of die

One die Many dice

val dice = arrayOf(Die(1), Die(3), Die(5))
tonilopezmr commented 6 years ago

Have a look at the Android demo project! (LINK BROKEN) The Android demo project link is borken here http://kodein.org/Kodein-DI/?5.0/android

SalomonBrys commented 6 years ago

This is corrected. Thanks to both of you for the report ;)