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 f4d41f2 commit c61ea09Copy full SHA for c61ea09
examples/05_Collections/17_getOrElse.md
@@ -44,6 +44,6 @@ fun main() {
44
45
</div>
46
47
-1. Prints the default value because the key `"x"` is not is the map.
+1. Prints the default value because the key `"x"` is not in the map.
48
2. Prints `3`, the value for the key `"x"`.
49
3. Prints the default value because the value for the key `"x"` is not defined.
0 commit comments