diff --git a/features/lorawan/LoRaWANBase.h b/features/lorawan/LoRaWANBase.h index 7db015e50f..36a1ee5979 100644 --- a/features/lorawan/LoRaWANBase.h +++ b/features/lorawan/LoRaWANBase.h @@ -204,7 +204,7 @@ public: * MSG_MULTICAST_FLAG = 0x04 * MSG_PROPRIETARY_FLAG = 0x08 * - * All flags are mutually exclusive and MSG_MULTICAST_FLAG + * All flags are mutually exclusive, and MSG_MULTICAST_FLAG * cannot be set. * * @return The number of bytes sent, or @@ -235,7 +235,7 @@ public: * MSG_PROPRIETARY_FLAG = 0x08 * * All flags can be used in conjunction with - * each other depending on the intended use case or reception + * one another depending on the intended use case or reception * expectation. * * e.g., MSG_CONFIRMED_FLAG and MSG_UNCONFIRMED_FLAG are