commit af049657eb4426f4c1e7c8aa603c6303c9a884cf parent d8307cb0e99d28daa4011e4e9d94e3f8c56cba23 Author: Nick Mathewson <nickm@torproject.org> Date: Thu, 8 Feb 2018 17:36:08 -0500 Stop claiming that compute_for_old_tor() returns pairs Diffstat:
| M | src/rust/protover/protover.rs | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/rust/protover/protover.rs b/src/rust/protover/protover.rs @@ -730,8 +730,8 @@ pub fn is_supported_here(proto: Proto, vers: u32) -> bool { /// /// # Returns /// -/// A `&'static [u8]` whose value is series of pairs, comprising of the protocol name -/// and versions that it supports. The string takes the following format: +/// A `&'static [u8]` encoding a list of protocol names and supported +/// versions. The string takes the following format: /// /// "HSDir=1-1 LinkAuth=1" ///