Fix typo
This commit is contained in:
parent
a28f3c88e5
commit
a6d96f9fd7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
//! }
|
||||
//! ```
|
||||
//! In this code, the type `Foo` will only be visibly uninhabited inside the
|
||||
//! modules `b`, `c` and `d`. Calling `uninhabited_predicate` on `Foo` will
|
||||
//! modules `b`, `c` and `d`. Calling `inhabited_predicate` on `Foo` will
|
||||
//! return `NotInModule(b) AND NotInModule(c)`.
|
||||
//!
|
||||
//! We need this information for pattern-matching on `Foo` or types that contain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue