Skip to content

Commit c6f62be

Browse files
committed
list-consistency: Change imperative verbs to indicative
1 parent c88c0fe commit c6f62be

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)