summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/espnow.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/espnow.rst')
-rw-r--r--docs/library/espnow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/espnow.rst b/docs/library/espnow.rst
index f344983700..f0b592dffc 100644
--- a/docs/library/espnow.rst
+++ b/docs/library/espnow.rst
@@ -287,7 +287,7 @@ after reboot/reset). This reduces the reliability of receiving ESP-NOW messages
.. method:: ESPNow.irecv([timeout_ms])
- Works like `ESPNow.recv()` but will re-use internal bytearrays to store the
+ Works like `ESPNow.recv()` but will reuse internal bytearrays to store the
return values: ``[mac, msg]``, so that no new memory is allocated on each
call.