Skip to content

Commit d03e9d7

Browse files
authored
Update documentation for ObjC method filtering
1 parent 8e26588 commit d03e9d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/ffigen/doc/objc_method_filtering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Objective-C method filtering
22

3-
Methods and properties on ObjC interfaces and protocols can be filtered using
3+
Methods and properties on ObjC interfaces, protocols,
4+
and categories can be filtered using
45
the `member-filter` option under `objc-interfaces`, `objc-protocols`, and
56
`objc-categories`. For simplicity we'll focus on interface methods,
67
but the same rules apply to properties, protocols, and categories.

0 commit comments

Comments
 (0)