From c52dff0727c58cb7a6e768d91d15e3eaafcb420a Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Tue, 31 May 2016 12:42:34 -0700 Subject: [PATCH] doc/go1.7.html: make RFC an actual link Change-Id: I5e8dad0c2534b5c3654cf0a0b51a38186d627a3c Reviewed-on: https://go-review.googlesource.com/23582 Reviewed-by: Ian Lance Taylor --- doc/go1.7.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/go1.7.html b/doc/go1.7.html index 97a972ec75..4151300dca 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -535,7 +535,8 @@ generated by the new BestSpeed.

It is important to note that both -BestSpeed and HuffmanOnly produce a compressed output that is RFC 1951 compliant. +BestSpeed and HuffmanOnly produce a compressed output that is +RFC 1951 compliant. In other words, any valid DEFLATE decompressor will continue to be able to decompress these outputs.

-- 2.50.0