815: Fix typo in LoRaPacketParams::new doc r=Dirbaio a=danbev



Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
bors[bot] 2022-06-16 04:25:46 +00:00 committed by GitHub
commit a8920bced5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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