]> gitweb.factorcode.org Git - factor.git/commitdiff
http2.hpack: fix help-lint.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Apr 2021 04:31:16 +0000 (21:31 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Apr 2021 04:31:16 +0000 (21:31 -0700)
basis/http2/hpack/hpack-docs.factor

index 6b223c5aa97980d45e3e4aaf49fa0e8424fe8953..f381726b8737c588aa726327a55d51555dbcdd2a 100644 (file)
@@ -27,7 +27,7 @@ HELP: hpack-encode
 }
 { $description "Encodes the sequence of headers using the given context. Outputs the updated context and the encoded header block, as a byte array." } ;
 
-ARTICLE: "http2.hpack" "http2.hpack"
+ARTICLE: "http2.hpack" "HTTP/2 HPACK"
 { $vocab-link "http2.hpack" }
 ;