Commit a901d43e authored by Ian Denhardt's avatar Ian Denhardt

Remove references to obsolete isCallersFault

At some point isCallersFault was marked as obsolete, but the description
of abort still referenced it, suggesting particular usage. This patch
removes said references.

Since `git-diff` does *such* a good job with prose: This just removes
the two parentheticals and re-flows the paragraph.
parent 55d04e58
......@@ -233,11 +233,11 @@ struct Message {
abort @1 :Exception;
# Sent when a connection is being aborted due to an unrecoverable error. This could be e.g.
# because the sender received an invalid or nonsensical message (`isCallersFault` is true) or
# because the sender had an internal error (`isCallersFault` is false). The sender will shut
# down the outgoing half of the connection after `abort` and will completely close the
# connection shortly thereafter (it's up to the sender how much of a time buffer they want to
# offer for the client to receive the `abort` before the connection is reset).
# because the sender received an invalid or nonsensical message or because the sender had an
# internal error. The sender will shut down the outgoing half of the connection after `abort`
# and will completely close the connection shortly thereafter (it's up to the sender how much
# of a time buffer they want to offer for the client to receive the `abort` before the
# connection is reset).
# Level 0 features -----------------------------------------------
......
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