Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
corrected typo
  • Loading branch information
martin-schulte authored Mar 3, 2019
commit 05437ece99a69da436ca3358f6e39fec598c4cf9
2 changes: 1 addition & 1 deletion examples/05_Collections/17_getOrElse.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ fun main() {

</div>

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.
2. Prints `3`, the value for the key `"x"`.
3. Prints the default value because the value for the key `"x"` is not defined.