Skip to content

Commit c61ea09

Browse files
martin-schulteAlexanderPrendota
authored andcommitted
refactor: corrected typo (Kotlin#73)
1 parent f4d41f2 commit c61ea09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/05_Collections/17_getOrElse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ fun main() {
4444

4545
</div>
4646

47-
1. Prints the default value because the key `"x"` is not is the map.
47+
1. Prints the default value because the key `"x"` is not in the map.
4848
2. Prints `3`, the value for the key `"x"`.
4949
3. Prints the default value because the value for the key `"x"` is not defined.

0 commit comments

Comments
 (0)