Skip to content

Commit f94ca68

Browse files
authored
Fix spelling mistake in expression.dd (#3727)
inferface -> interface
1 parent 72eadca commit f94ca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ $(GNAME IdentityExpression):
662662

663663
$(P For class / interface objects, identity is defined as the object references being identical.
664664
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.
666666
To test whether an `interface` shares a class instance with another `interface` / `class` value, cast both operands to `Object` before comparing with `is`.
667667
)
668668

0 commit comments

Comments
 (0)