Commit 0c2fa6b7 authored by Kenton Varda's avatar Kenton Varda

Tweak a comment.

parent 5fe62e13
...@@ -455,11 +455,12 @@ struct Restore { ...@@ -455,11 +455,12 @@ struct Restore {
# #
# Level 0/1 implementations need to implement a limited version of `Restore` only for the purpose # Level 0/1 implementations need to implement a limited version of `Restore` only for the purpose
# of bootstrapping a new connection (otherwise, there would be no objects to which to address # of bootstrapping a new connection (otherwise, there would be no objects to which to address
# methods). These levels may simply implement singleton services that exist for the lifetime of # methods). These levels may simply implement public singleton services that exist for the
# the host process and probably have non-secret names. A level 0 receiver of `Restore` should # lifetime of the host process and probably have non-secret names. A level 0 receiver of
# never actually send a `Return` message, but should simply expect `Call` messages addressed to # `Restore` should never actually send a `Return` message, but should simply expect `Call`
# the `PromisedAnswer` corresponding to the `Restore`. A level 0 sender of `Restore` can ignore # messages addressed to the `PromisedAnswer` corresponding to the `Restore`. A level 0 sender
# the corresponding `Return` and just keep addressing the `PromisedAnswer`. # of `Restore` can ignore the corresponding `Return` and just keep addressing the
# `PromisedAnswer`.
questionId @0 :QuestionId; questionId @0 :QuestionId;
# A new question ID identifying this request, which will eventually receive a Return message # A new question ID identifying this request, which will eventually receive a Return message
......
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