Skip to content

Commit 2d2beb1

Browse files
Make List documentation more consistent (#19108)
(This is tied to scala/scala#10616 and all description/discussion is in that PR.)
2 parents 1f3af47 + c6f62be commit 2d2beb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ class Definitions {
22372237
""".stripMargin)
22382238

22392239
add(Any_hashCode,
2240-
"""/** Calculate a hash code value for the object.
2240+
"""/** Calculates a hash code value for the object.
22412241
| *
22422242
| * The default hashing algorithm is platform dependent.
22432243
| *

0 commit comments

Comments
 (0)