Skip to content

Commit

Permalink
Make List documentation more consistent (#19108)
Browse files Browse the repository at this point in the history
(This is tied to scala/scala#10616 and all
description/discussion is in that PR.)
  • Loading branch information
nicolasstucki authored Dec 1, 2023
2 parents 1f3af47 + c6f62be commit 2d2beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/Definitions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
| *
Expand Down

0 comments on commit 2d2beb1

Please sign in to comment.