components/golang-17/patches/0018-release-branch.go1.7-doc-fix-typo-in-the-release-not.patch
changeset 7518 c388d4e1d3ad
equal deleted inserted replaced
7517:42ae3923b8fe 7518:c388d4e1d3ad
       
     1 From 5a589904a3fd5576794c91053b30213b6f9d25a3 Mon Sep 17 00:00:00 2001
       
     2 From: =?UTF-8?q?Michal=20Bohusl=C3=A1vek?= <[email protected]>
       
     3 Date: Thu, 8 Sep 2016 09:52:36 +0100
       
     4 Subject: [PATCH 18/38] [release-branch.go1.7] doc: fix typo in the release
       
     5  notes
       
     6 
       
     7 Change-Id: I003795d8dc2176532ee133740bf35e23a3aa3878
       
     8 Reviewed-on: https://go-review.googlesource.com/28811
       
     9 Reviewed-by: Brad Fitzpatrick <[email protected]>
       
    10 Reviewed-on: https://go-review.googlesource.com/28774
       
    11 Reviewed-by: Chris Broadfoot <[email protected]>
       
    12 ---
       
    13  doc/devel/release.html | 2 +-
       
    14  1 file changed, 1 insertion(+), 1 deletion(-)
       
    15 
       
    16 diff --git a/doc/devel/release.html b/doc/devel/release.html
       
    17 index 5d0a129..95b6ee0 100644
       
    18 --- a/doc/devel/release.html
       
    19 +++ b/doc/devel/release.html
       
    20 @@ -42,7 +42,7 @@ Read the <a href="/doc/go1.7">Go 1.7 Release Notes</a> for more information.
       
    21  <p>
       
    22  go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime,
       
    23  documentation, and the <code>compress/flate</code>, <code>hash/crc32</code>,
       
    24 -<code>io</code> <code>net</code>, <code>net/http</code>,
       
    25 +<code>io</code>, <code>net</code>, <code>net/http</code>,
       
    26  <code>path/filepath</code>, <code>reflect</code>, and <code>syscall</code>
       
    27  packages.
       
    28  See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.1">Go
       
    29 -- 
       
    30 2.7.4
       
    31