Commit e635b063 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #505 from cyrbil/patch-1

Minor: fix typo in `capnp help encode` documentation
parents 220538bf 2e4b2600
......@@ -153,7 +153,7 @@ public:
kj::MainBuilder builder(context, VERSION_STRING,
"Encodes one or more textual Cap'n Proto messages to binary. The messages have root "
"type <type> defined in <schema-file>. Messages are read from standard input. Each "
"mesage is a parenthesized struct literal, like the format used to specify constants "
"message is a parenthesized struct literal, like the format used to specify constants "
"and default values of struct type in the schema language. For example:\n"
" (foo = 123, bar = \"hello\", baz = [true, false, true])\n"
"The input may contain any number of such values; each will be encoded as a separate "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment