Update codes.go (#215)

fix typo
This commit is contained in:
ħþ
2023-05-06 10:02:25 +01:00
committed by GitHub
parent 33229da885
commit 1ca65d9631

View File

@@ -21,7 +21,7 @@ func (c Code) Error() string {
}
var (
// QosCodes indicicates the reason codes for each Qos byte.
// QosCodes indicates the reason codes for each Qos byte.
QosCodes = map[byte]Code{
0: CodeGrantedQos0,
1: CodeGrantedQos1,