From 9f42117eb2e7f39f7e337afaa803aa3af8cb1a72 Mon Sep 17 00:00:00 2001 From: Julian Cheal Date: Thu, 3 Nov 2016 22:42:54 +0000 Subject: [PATCH] Fixed typo --- docs/connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connection.md b/docs/connection.md index b66a56b4..47f29219 100644 --- a/docs/connection.md +++ b/docs/connection.md @@ -60,5 +60,5 @@ cmd | length | payload | mac 8 | 16 | variable | 32 Each packet has a type identified by the 8 bit `cmd` field. -The 16 bit big endian length only inculdes the length of the payload. +The 16 bit big endian length only includes the length of the payload.