Commit ec3ecb7b authored by Kenton Varda's avatar Kenton Varda

Merge pull request #121 from ahmedcharles/patch-1

Fix typo in grammar.capnp.
parents 4023a354 e498bd3a
......@@ -23,7 +23,7 @@
# The structures in this file correspond to the AST of the Cap'n Proto schema language.
#
# This file is intended to be used internally by capnpc. Mostly, it is useful because it is more
# convenient that defining data classes in C++, particularly where variant types (unions) are
# convenient than defining data classes in C++, particularly where variant types (unions) are
# needed. Over time, this file may change in backwards-incompatible ways.
using Cxx = import "/capnp/c++.capnp";
......
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