Commit d120c701 authored by Kenton Varda's avatar Kenton Varda

Fix example code.

parent 77ca0c0e
......@@ -361,8 +361,8 @@ const myConst :Int32 = 123 $baz(11);
annotation qux(struct, field) :Void;
struct MyStruct $qux {
string $0 :Text $qux;
number $1 :Int32 $qux;
string @0 :Text $qux;
number @1 :Int32 $qux;
}
annotation corge(file) :MyStruct;
......
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