Fix typo in LoRaPacketParams::new doc

This commit is contained in:
Daniel Bevenius 2022-06-16 06:22:03 +02:00
parent f9b90212d4
commit d0edd171f8

View file

@ -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.
///