Skip to content

Commit

Permalink
Fix a few wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 9, 2024
1 parent 1c200e4 commit ca35a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl IndBuffer {
}
}

/// The `'static` state of the `EspBtpGattPeripheral` struct.
/// The `'static` state of the `TroubleBtpGattPeripheral` struct.
/// Isolated as a separate struct to allow for `const fn` construction
/// and static allocation.
pub struct TroubleBtpGattContext<M, C>
Expand Down Expand Up @@ -123,7 +123,7 @@ where
}
}

/// Return an in-place initializer for `EspBtpGattContext`.
/// Return an in-place initializer for the type.
#[allow(clippy::large_stack_frames)]
pub fn init() -> impl Init<Self> {
init!(Self {
Expand Down

0 comments on commit ca35a82

Please sign in to comment.