Skip to content

Commit c2a6e62

Browse files
committed
README update
1 parent 36d6397 commit c2a6e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If using for a custom Swift class, make sure that it inherits at some point from
3131
You can learn more about classes at runtime with these handy introspection methods:
3232
```swift
3333
let mapViewClass = ObjectiveClass<MKMapView>()
34-
let ivars = mapViewClass.ivars() // Returns an array of selectors.
34+
let ivars = mapViewClass.ivars() // Returns an array of ivars.
3535
let selectors = mapViewClass.selectors() // Returns an array of selectors.
3636
let properties = mapViewClass.properties() // Returns an array of properties.
3737
let protocols = mapViewClass.protocols() // Returns an array of protocols.

0 commit comments

Comments
 (0)