Commit 20f27660 authored by Kenton Varda's avatar Kenton Varda

Fix typo. Fixes #112.

parent c8598892
...@@ -195,7 +195,7 @@ public: ...@@ -195,7 +195,7 @@ public:
" capnp eval myschema.capnp someConstant.someList[4]\n" " capnp eval myschema.capnp someConstant.someList[4]\n"
" capnp eval myschema.capnp someConstant.someList[4].anotherField[1][2][3]\n" " capnp eval myschema.capnp someConstant.someList[4].anotherField[1][2][3]\n"
"Since consts can have complex struct types, and since you can define a const using " "Since consts can have complex struct types, and since you can define a const using "
"imporst and variable substitution, this can be a convenient way to write text-format " "import and variable substitution, this can be a convenient way to write text-format "
"config files which are compiled to binary before deployment.", "config files which are compiled to binary before deployment.",
"By default the value is written in text format and can have any type. The -b, -p, " "By default the value is written in text format and can have any type. The -b, -p, "
......
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