aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-02-10 10:37:51 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-02-10 11:53:56 -0500
commitfaedc776218ace1acdfa78d39078b042f479d01c (patch)
tree19c1f3d53092af0033e07e1a87de73ac3ff93c5a /docs
parentfdbbda948419932be2bf93a932ae91ffc7f94e7f (diff)
downloadkutter-faedc776218ace1acdfa78d39078b042f479d01c.tar.gz
kutter-faedc776218ace1acdfa78d39078b042f479d01c.tar.xz
kutter-faedc776218ace1acdfa78d39078b042f479d01c.zip
docs: Fix typo in Protocol.md document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Protocol.md b/docs/Protocol.md
index f4fbe57a..c6fce029 100644
--- a/docs/Protocol.md
+++ b/docs/Protocol.md
@@ -99,7 +99,7 @@ invoked, and it may invoke sendf() at any time from a task handler.
### Output responses
-To simplify debugging, there is also has an output() C function. For
+To simplify debugging, there is also an output() C function. For
example:
```