summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehmet Oguz Derin <mehmetoguzderin@mehmetoguzderin.com>2021-03-29 16:06:41 +0300
committerEmilio Cobos Álvarez <emilio@crisal.io>2021-03-29 15:27:20 +0200
commite0157a648f87c4f86fe1a1e6d5bd0502b5eb265a (patch)
treea43d27a1e060952fd28a3e4749ed4339943075e3
parent4fef50331a3bcc396d4f7d2a5202a242b03273ba (diff)
From Nullablibility to Nullability
A basic fix
-rw-r--r--book/src/objc.md2
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)