Skip to content

Commit aa53ee6

Browse files
author
Amanda Butler
authored
Copy edit LoRaWANBase.h
Copy edit for precise language and comma use.
1 parent 563d742 commit aa53ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/lorawan/LoRaWANBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class LoRaWANBase {
204204
* MSG_MULTICAST_FLAG = 0x04
205205
* MSG_PROPRIETARY_FLAG = 0x08
206206
*
207-
* All flags are mutually exclusive and MSG_MULTICAST_FLAG
207+
* All flags are mutually exclusive, and MSG_MULTICAST_FLAG
208208
* cannot be set.
209209
*
210210
* @return The number of bytes sent, or
@@ -235,7 +235,7 @@ class LoRaWANBase {
235235
* MSG_PROPRIETARY_FLAG = 0x08
236236
*
237237
* All flags can be used in conjunction with
238-
* each other depending on the intended use case or reception
238+
* one another depending on the intended use case or reception
239239
* expectation.
240240
*
241241
* e.g., MSG_CONFIRMED_FLAG and MSG_UNCONFIRMED_FLAG are

0 commit comments

Comments
 (0)