소스 검색

Stop claiming that compute_for_old_tor() returns pairs

Nick Mathewson 6 년 전
부모
커밋
af049657eb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/rust/protover/protover.rs

+ 2 - 2
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"
 ///