Skip to content

Commit 14023a0

Browse files
committed
clean up comment
1 parent 92156f5 commit 14023a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

capnpc/rust.capnp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
annotation name @0xc2fe4c6d100166d0 (field, struct, enum, enumerant, union, group) :Text;
44
# Rename something in the generated code. The value that you specify in this
5-
# annotion must follow capnp capitalization conventions. So, for example,
6-
# a struct could be named `StructFoo`, even though that will get translated
7-
# to a `struct_foo` module in the generated Rust code.
5+
# annotation should follow capnp capitalization conventions. So, for example,
6+
# a struct should use CamelCase capitalization like `StructFoo`, even though
7+
# that will get translated to a `struct_foo` module in the generated Rust code.
88
#
99
# TODO: support annoting more kinds of things with this.

0 commit comments

Comments
 (0)