aboutsummaryrefslogtreecommitdiff
path: root/bridgedb-spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bridgedb-spec.txt')
-rw-r--r--bridgedb-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridgedb-spec.txt b/bridgedb-spec.txt
index c897226..89f850a 100644
--- a/bridgedb-spec.txt
+++ b/bridgedb-spec.txt
@@ -231,11 +231,11 @@
are fulfilled as possible within the first few bridges. This list is then
truncated to N bridges, if possible. N is currently defined as a
piecewise function of the number of bridges in the ring such that:
-
+
/
| 1, if len(ring) < 20
|
- N = | 2, if 20 <= len(ring) <= 100
+ N = | 2, if 20 <= len(ring) <= 100
|
| 3, if 100 <= len(ring)
\