Copy edit LoRaWANinterface.h

Copy edit for precise language and comma use.
pull/7348/head
Amanda Butler 2018-06-29 14:27:45 -05:00 committed by GitHub
parent ce1e210e4a
commit 563d742872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,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.
*
*
@ -334,7 +334,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