Skip to content

Commit 9dffbc1

Browse files
authored
Merge pull request #7209 from neshkeev/patch-2
Fix a typo
2 parents d7b95e1 + 616ef21 commit 9dffbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Denotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import collection.mutable.ListBuffer
2828
* "symbol" and "deref". Both methods are parameterized by the current context,
2929
* and are effectively indexed by current period.
3030
*
31-
* Lines ending in a horizontal line mean subtying (right is a subtype of left).
31+
* Lines ending in a horizontal line mean subtyping (right is a subtype of left).
3232
*
3333
* NamedType
3434
* | Symbol---------ClassSymbol

0 commit comments

Comments
 (0)