diff --git a/compiler/src/dotty/tools/dotc/core/Definitions.scala b/compiler/src/dotty/tools/dotc/core/Definitions.scala index 3d86b0271e02..6b5c9026a296 100644 --- a/compiler/src/dotty/tools/dotc/core/Definitions.scala +++ b/compiler/src/dotty/tools/dotc/core/Definitions.scala @@ -2237,7 +2237,7 @@ class Definitions { """.stripMargin) add(Any_hashCode, - """/** Calculate a hash code value for the object. + """/** Calculates a hash code value for the object. | * | * The default hashing algorithm is platform dependent. | *