Skip to content

Commit

Permalink
Fix typo. Fixes capnproto#112.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentonv committed Aug 7, 2014
1 parent c859889 commit 20f2766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/src/capnp/compiler/capnp.c++
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public:
" capnp eval myschema.capnp someConstant.someList[4]\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 "
"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.",

"By default the value is written in text format and can have any type. The -b, -p, "
Expand Down

0 comments on commit 20f2766

Please sign in to comment.