Copy edit LoRaWANBase.h

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

View File

@ -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