Fix typo in LoRaPacketParams::new doc
This commit is contained in:
parent
f9b90212d4
commit
d0edd171f8
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ pub struct LoRaPacketParams {
|
|||
}
|
||||
|
||||
impl LoRaPacketParams {
|
||||
/// Create a new `GenericPacketParams`.
|
||||
/// Create a new `LoRaPacketParams`.
|
||||
///
|
||||
/// This is the same as `default`, but in a `const` function.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue