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 d8d2905 commit 25f7b16Copy full SHA for 25f7b16
rust/kernel/types.rs
@@ -494,7 +494,7 @@ where
494
495
/// A trait for boolean types.
496
///
497
-/// This is meant to be used in type states to allow booelan constraints in implementation blocks.
+/// This is meant to be used in type states to allow boolean constraints in implementation blocks.
498
/// In the example below, the implementation containing `MyType::set_value` could _not_ be
499
/// constrained to type states containing `Writable = true` if `Writable` were a constant instead
500
/// of a type.
0 commit comments