diff options
-rw-r--r-- | book/src/objc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/objc.md b/book/src/objc.md index 55ec5e0b..60e5638d 100644 --- a/book/src/objc.md +++ b/book/src/objc.md @@ -66,7 +66,7 @@ long compile time. ## Not (yet) Supported -* Nullablibility attributes which return `Option`s. +* Nullability attributes which return `Option`s. * Probably many other things. Feel free to [open an issue](https://github.com/rust-lang/rust-bindgen/issues). # Example crate(s) |