Skip to content

Commit 563d742

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/lorawan/LoRaWANInterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class LoRaWANInterface: public LoRaWANBase {
302302
* MSG_MULTICAST_FLAG = 0x04
303303
* MSG_PROPRIETARY_FLAG = 0x08
304304
*
305-
* All flags are mutually exclusive and MSG_MULTICAST_FLAG
305+
* All flags are mutually exclusive, and MSG_MULTICAST_FLAG
306306
* cannot be set.
307307
*
308308
*
@@ -334,7 +334,7 @@ class LoRaWANInterface: public LoRaWANBase {
334334
* MSG_PROPRIETARY_FLAG = 0x08
335335
*
336336
* All flags can be used in conjunction with
337-
* each other depending on the intended use case or reception
337+
* one another depending on the intended use case or reception
338338
* expectation.
339339
*
340340
* e.g., MSG_CONFIRMED_FLAG and MSG_UNCONFIRMED_FLAG are

0 commit comments

Comments
 (0)