Skip to content

Commit 9a9b968

Browse files
authored
Merge pull request scala#1408 from kotobotov/typos
Fixing typos.
2 parents ba29ba6 + 2feaa41 commit 9a9b968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/collections-2.13/equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ It does not matter for the equality check whether a collection is mutable or imm
3131
java.util.NoSuchElementException: key not found:
3232
ArrayBuffer(2, 2, 3)
3333

34-
In this example, the selection in the last line will most likely fail because the hash-code of the array `xs` has changed in the second-to-last line. Therefore, the hash-code-based lookup will look at a different place than the one where `xs` was stored.
34+
In this example, the selection in the last line will most likely fail because the hash-code of the array `buf` has changed in the second-to-last line. Therefore, the hash-code-based lookup will look at a different place than the one where `buf` was stored.

0 commit comments

Comments
 (0)