Skip to content

Commit f668b08

Browse files
committed
Merge pull request #205 from jschmid/patch-1
Remove comment about beIdenticalTo to supporting Swift
2 parents 9928f5a + 6250ba6 commit f668b08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,6 @@ expect(actual).to(beIdenticalTo(expected));
475475
expect(actual).toNot(beIdenticalTo(expected));
476476
```
477477
478-
> `beIdenticalTo` only supports Objective-C objects: subclasses
479-
of `NSObject`, or Swift objects bridged to Objective-C with the
480-
`@objc` prefix.
481-
482478
## Comparisons
483479
484480
```swift

0 commit comments

Comments
 (0)