File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ where
464
464
465
465
/// A utility for tracking whether a [`ListArc`] exists using an atomic.
466
466
///
467
- /// # Invariant
467
+ /// # Invariants
468
468
///
469
469
/// If the boolean is `false`, then there is no [`ListArc`] for this value.
470
470
#[ repr( transparent) ]
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ impl<T: ?Sized> From<Pin<UniqueArc<T>>> for Arc<T> {
492
492
/// There are no mutable references to the underlying [`Arc`], and it remains valid for the
493
493
/// lifetime of the [`ArcBorrow`] instance.
494
494
///
495
- /// # Example
495
+ /// # Examples
496
496
///
497
497
/// ```
498
498
/// use kernel::sync::{Arc, ArcBorrow};
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ pub fn concat_idents(ts: TokenStream) -> TokenStream {
263
263
/// literals (lifetimes and documentation strings are not supported). There is a difference in
264
264
/// supported modifiers as well.
265
265
///
266
- /// # Example
266
+ /// # Examples
267
267
///
268
268
/// ```
269
269
/// # const binder_driver_return_protocol_BR_OK: u32 = 0;
You can’t perform that action at this time.
0 commit comments