We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5321c commit 40fc426Copy full SHA for 40fc426
compiler/src/dotty/tools/dotc/cc/Capability.scala
@@ -769,7 +769,7 @@ object Capabilities:
769
770
/** The least classifier between `cls1` and `cls2`, which are either
771
* AnyClass, NothingClass, or a class directly extending caps.Classifier.
772
- * @return if oen of cls1, cls2 is a subclass of the other, the subclass
+ * @return if one of cls1, cls2 is a subclass of the other, the subclass
773
* otherwise NothingClass (which is a subclass of all classes)
774
*/
775
def leastClassifier(cls1: ClassSymbol, cls2: ClassSymbol)(using Context): ClassSymbol =
0 commit comments