Skip to content

Commit 7c32b58

Browse files
authored
Fix accidentally deleted part
1 parent 529abb2 commit 7c32b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/bool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ impl bool {
1818
if self { Some(t) } else { None }
1919
}
2020

21-
/// Returns `Some` if the `bool` is [`true`](keyword.true.html), or `None` otherwise.
21+
/// Returns `Some(f())` if the `bool` is [`true`](keyword.true.html), or `None` otherwise.
2222
///
2323
/// # Examples
2424
///

0 commit comments

Comments
 (0)