mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 04:30:08 +00:00
[coap] fix minor typo (#9180)
This commit is contained in:
@@ -61,7 +61,7 @@ class CoapOptionsTypes(IntEnum):
|
||||
|
||||
|
||||
class CoapOptionHeader(object):
|
||||
""" Class representing CoAP optiona header. """
|
||||
""" Class representing CoAP optional header. """
|
||||
|
||||
def __init__(self, delta, length):
|
||||
self._delta = delta
|
||||
|
||||
Reference in New Issue
Block a user