Commit 9007a4fb authored by Ross Light's avatar Ross Light

Clarify that takeFromOtherQuestion can only be used once

parent 0230f644
...@@ -517,7 +517,7 @@ struct Return { ...@@ -517,7 +517,7 @@ struct Return {
takeFromOtherQuestion @6 :QuestionId; takeFromOtherQuestion @6 :QuestionId;
# The sender has also sent (before this message) a `Call` with the given question ID and with # The sender has also sent (before this message) a `Call` with the given question ID and with
# `sendResultsTo.yourself` set, and the results of that other call should be used as the # `sendResultsTo.yourself` set, and the results of that other call should be used as the
# results here. # results here. `takeFromOtherQuestion` can only used once per question.
acceptFromThirdParty @7 :ThirdPartyCapId; acceptFromThirdParty @7 :ThirdPartyCapId;
# **(level 3)** # **(level 3)**
......
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