We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07e378 commit ae7fb65Copy full SHA for ae7fb65
examples/07_Delegation/02_DelegatedProperties.md
@@ -34,7 +34,7 @@ fun main() {
34
35
### Standard Delegates
36
37
-The Kotlin standard library contains a bunch of useful delegates, like `lazy`, `observable`, and other. You may use them as is.
+The Kotlin standard library contains a bunch of useful delegates, like `lazy`, `observable`, and others. You may use them as is.
38
For example `lazy`is used for lazy initialization.
39
40
```run-kotlin
0 commit comments