Skip to content

Commit bcabc38

Browse files
Backport "Make List documentation more consistent" to LTS (#20783)
Backports #19108 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents f2b6869 + 5a557c3 commit bcabc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ class Definitions {
22202220
""".stripMargin)
22212221

22222222
add(Any_hashCode,
2223-
"""/** Calculate a hash code value for the object.
2223+
"""/** Calculates a hash code value for the object.
22242224
| *
22252225
| * The default hashing algorithm is platform dependent.
22262226
| *

0 commit comments

Comments
 (0)