[tor-commits] [torspec/master] fixup! Fix definition of Value
    nickm at torproject.org 
    nickm at torproject.org
       
    Sun Jul  1 14:37:16 UTC 2018
    
    
  
commit 6395b5901a310c46e5007da8be439c1d453d6aa2
Author: juga0 <juga at riseup.net>
Date:   Fri Jun 29 07:15:11 2018 +0000
    fixup! Fix definition of Value
---
 dir-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dir-spec.txt b/dir-spec.txt
index a9db187..eb4e8fe 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2093,7 +2093,7 @@
 
         KeyValues ::= KeyValue | KeyValues SP KeyValue
         KeyValue ::= Keyword '=' Value
-        Value ::= ArgumentCharValue+
+        Value ::= ArgumentChar+
 
         The headers from the bandwidth file used to generate this vote.
         The bandwidth file headers are described in bandwidth-file-spec.txt.
    
    
More information about the tor-commits
mailing list