Commit fd669b11 authored by Kenton Varda's avatar Kenton Varda

Comment typo.

parent be857cc4
......@@ -81,7 +81,7 @@ kj::Array<word> messageToFlatArray(MessageBuilder& builder);
// deleted. For example:
//
// kj::Array<capnp::word> words = messageToFlatArray(myMessage);
// kj::Array<kj::byte> bytes = words.asBytes();
// kj::ArrayPtr<kj::byte> bytes = words.asBytes();
// write(fd, bytes.begin(), bytes.size());
kj::Array<word> messageToFlatArray(kj::ArrayPtr<const kj::ArrayPtr<const word>> segments);
......
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