From: Rob Pike Date: Wed, 9 Sep 2015 05:28:50 +0000 (-0700) Subject: doc: fix typo in go1.6.txt X-Git-Tag: go1.6beta1~1136 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d862753cccd537ef56dbc8b42b4969dac93461c6;p=gostls13.git doc: fix typo in go1.6.txt Change-Id: I3bf1862c304ff08bfb87f84b6ccbb50204225244 Reviewed-on: https://go-review.googlesource.com/14407 Reviewed-by: Rob Pike --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index a2f671c52c..9f138bfef7 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -8,5 +8,5 @@ NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/) API additions and behavior changes: -strconv: QuoteTOGraphic (https://golang.org/cl/14184/) +strconv: QuoteToGraphic (https://golang.org/cl/14184/) text/template: ExecError (https://golang.org/cl/13957/)