We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d6397 commit c2a6e62Copy full SHA for c2a6e62
1 file changed
README.md
@@ -31,7 +31,7 @@ If using for a custom Swift class, make sure that it inherits at some point from
31
You can learn more about classes at runtime with these handy introspection methods:
32
```swift
33
let mapViewClass = ObjectiveClass<MKMapView>()
34
-let ivars = mapViewClass.ivars() // Returns an array of selectors.
+let ivars = mapViewClass.ivars() // Returns an array of ivars.
35
let selectors = mapViewClass.selectors() // Returns an array of selectors.
36
let properties = mapViewClass.properties() // Returns an array of properties.
37
let protocols = mapViewClass.protocols() // Returns an array of protocols.
0 commit comments