From c6f62beac7e3a222c45fad97d9221a5bdc0d1e15 Mon Sep 17 00:00:00 2001 From: Shardul Chiplunkar Date: Wed, 29 Nov 2023 19:37:45 +0100 Subject: [PATCH] list-consistency: Change imperative verbs to indicative --- compiler/src/dotty/tools/dotc/core/Definitions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. | *