We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0971915 commit 9f9cdcdCopy full SHA for 9f9cdcd
src/const_marker/boolwit.rs
@@ -280,7 +280,7 @@ impl<B> BoolWitG<B> {
280
/// ```rust
281
/// use typewit::{const_marker::{Bool, BoolWitG}, TypeEq};
282
///
283
- /// assert_eq!(BoolWitG::False(TypeEq::NEW).unwrap_true(), TypeEq::new::<Bool<true>>());
+ /// assert_eq!(BoolWitG::True(TypeEq::NEW).unwrap_true(), TypeEq::new::<Bool<true>>());
284
/// ```
285
286
pub const fn unwrap_true(self) -> TypeEq<B, Bool<true>> {
0 commit comments