Update docs

This commit is contained in:
Jason Paryani
2013-09-04 21:53:05 -07:00
parent a4eec2ef08
commit a57a99f7fc
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ Now that you have a message buffer, you need to allocate an actual object that i
addresses = addressbook_capnp.AddressBook.new_message()
Notice that we used `addressbook` from the previous section: `Load a Cap'n Proto Schema`_.
Notice that we used `addressbook_capnp` from the previous section: `Load a Cap'n Proto Schema`_.
List
~~~~~~~~~~~~~~~~~~~~~~~~~~~