From 5a557c355b94c9085513b401be77ef490737912f 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 [Cherry-picked c6f62beac7e3a222c45fad97d9221a5bdc0d1e15] --- 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 c0435494497f..570cec135ac8 100644 --- a/compiler/src/dotty/tools/dotc/core/Definitions.scala +++ b/compiler/src/dotty/tools/dotc/core/Definitions.scala @@ -2220,7 +2220,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. | *