You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/expression.dd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -662,7 +662,7 @@ $(GNAME IdentityExpression):
662
662
663
663
$(P For class / interface objects, identity is defined as the object references being identical.
664
664
Null class objects can be compared with `is`.
665
-
Note that inferface objects need not have the same reference of the class they were cast from.
665
+
Note that interface objects need not have the same reference of the class they were cast from.
666
666
To test whether an `interface` shares a class instance with another `interface` / `class` value, cast both operands to `Object` before comparing with `is`.
0 commit comments