aboutsummaryrefslogtreecommitdiff
path: root/proposals/290-deprecate-consensus-methods.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-03-03 01:48:33 -0500
committerRoger Dingledine <arma@torproject.org>2018-03-03 01:48:33 -0500
commitba05c9a935a96a4d8e94be1f3db768808b738b1c (patch)
tree1c7b622916788ab7e8e0bc2e0e0b408f49e51d3b /proposals/290-deprecate-consensus-methods.txt
parentff4909416aa981e758839c3517407efd78359f14 (diff)
downloadtorspec-ba05c9a935a96a4d8e94be1f3db768808b738b1c.tar.gz
torspec-ba05c9a935a96a4d8e94be1f3db768808b738b1c.zip
fix typos in proposal 290
Diffstat (limited to 'proposals/290-deprecate-consensus-methods.txt')
-rw-r--r--proposals/290-deprecate-consensus-methods.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/proposals/290-deprecate-consensus-methods.txt b/proposals/290-deprecate-consensus-methods.txt
index db047c8..54e900c 100644
--- a/proposals/290-deprecate-consensus-methods.txt
+++ b/proposals/290-deprecate-consensus-methods.txt
@@ -21,7 +21,7 @@ Status: Open
With proposal 215, we deprecated and removed support for all
consensus methods before method 13. That was good as far as it went,
but it didn't solve the problem going forward: the latest consensus
- methods is now 28.
+ method is now 28.
This proposal describes a policy for removing older consensus methods
going forward, so we won't have to keep supporting them forever.
@@ -32,7 +32,7 @@ Status: Open
deprecated.
Specifically, I propose that we deprecate all methods older than the
- highest method supported in first stable release of the oldest LTS
+ highest method supported in the first stable release of the oldest LTS
(long-term support) release series.
For example, the current oldest LTS series is 0.2.5.x. The first
@@ -57,7 +57,7 @@ Status: Open
previous implementations of the feature.
Some consensus methods remove a feature that was used up to method
- N. Deprecating method M means that the feature is no longer used by
+ M. Deprecating method M means that the feature is no longer used by
any supported consensus methods. Therefore, we can remove any code
that implements the feature.