Skip to content

Commit ae7fb65

Browse files
chapeupretop7nov
authored andcommitted
fix: wording
1 parent a07e378 commit ae7fb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/07_Delegation/02_DelegatedProperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fun main() {
3434

3535
### Standard Delegates
3636

37-
The Kotlin standard library contains a bunch of useful delegates, like `lazy`, `observable`, and other. You may use them as is.
37+
The Kotlin standard library contains a bunch of useful delegates, like `lazy`, `observable`, and others. You may use them as is.
3838
For example `lazy`is used for lazy initialization.
3939

4040
```run-kotlin

0 commit comments

Comments
 (0)