Skip to content

Commit 5a557c3

Browse files
shardulcWojciechMazur
authored andcommitted
list-consistency: Change imperative verbs to indicative
[Cherry-picked c6f62be]
1 parent 9f5c064 commit 5a557c3

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)