aboutsummaryrefslogtreecommitdiff
path: root/spec/guard-spec/algorithm.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/guard-spec/algorithm.md')
-rw-r--r--spec/guard-spec/algorithm.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/spec/guard-spec/algorithm.md b/spec/guard-spec/algorithm.md
index e1d4374..5e30782 100644
--- a/spec/guard-spec/algorithm.md
+++ b/spec/guard-spec/algorithm.md
@@ -541,21 +541,21 @@ these rules:
1. Primary guards are always usable.
2. Non-primary guards are usable _for a given circuit_ if every
-guard earlier in the preference list is either unsuitable for
-that circuit (e.g. because of family restrictions), or marked as
-Unreachable, or has been pending for at least
-`{NONPRIMARY_GUARD_CONNECT_TIMEOUT}`.
+ guard earlier in the preference list is either unsuitable for
+ that circuit (e.g. because of family restrictions), or marked as
+ Unreachable, or has been pending for at least
+ `{NONPRIMARY_GUARD_CONNECT_TIMEOUT}`.
-Non-primary guards are not usable _for a given circuit_ if some
-guard earlier in the preference list is suitable for the circuit
-_and_ Reachable.
+ Non-primary guards are not usable _for a given circuit_ if some
+ guard earlier in the preference list is suitable for the circuit
+ _and_ Reachable.
-Non-primary guards are unusable if they have not become
-usable after `{NONPRIMARY_GUARD_IDLE_TIMEOUT}` seconds.
+ Non-primary guards are unusable if they have not become
+ usable after `{NONPRIMARY_GUARD_IDLE_TIMEOUT}` seconds.
3. If a circuit's guard is not usable or unusable immediately, the
-circuit is not discarded; instead, it is kept (but not used) until the
-guard becomes usable or unusable.
+ circuit is not discarded; instead, it is kept (but not used) until the
+ guard becomes usable or unusable.
<a id="guard-spec.txt-4.10"></a>