Skip to content

Commit 9f9cdcd

Browse files
committed
Fixed BoolWitG doctest
1 parent 0971915 commit 9f9cdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const_marker/boolwit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl<B> BoolWitG<B> {
280280
/// ```rust
281281
/// use typewit::{const_marker::{Bool, BoolWitG}, TypeEq};
282282
///
283-
/// assert_eq!(BoolWitG::False(TypeEq::NEW).unwrap_true(), TypeEq::new::<Bool<true>>());
283+
/// assert_eq!(BoolWitG::True(TypeEq::NEW).unwrap_true(), TypeEq::new::<Bool<true>>());
284284
/// ```
285285
///
286286
pub const fn unwrap_true(self) -> TypeEq<B, Bool<true>> {

0 commit comments

Comments
 (0)