Fix accidentally deleted part
This commit is contained in:
parent
529abb2fc0
commit
7c32b58df2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ impl bool {
|
|||
if self { Some(t) } else { None }
|
||||
}
|
||||
|
||||
/// Returns `Some` if the `bool` is [`true`](keyword.true.html), or `None` otherwise.
|
||||
/// Returns `Some(f())` if the `bool` is [`true`](keyword.true.html), or `None` otherwise.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue