commit | d862753cccd537ef56dbc8b42b4969dac93461c6 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Sep 08 22:28:50 2015 -0700 |
committer | Rob Pike <r@golang.org> | Wed Sep 09 05:29:20 2015 +0000 |
tree | 3403517719322e4c5d69d375fc6b9543cf329c50 | |
parent | e6ee26a03b79d0e8b658463bdb29349ca68e1460 [diff] |
doc: fix typo in go1.6.txt Change-Id: I3bf1862c304ff08bfb87f84b6ccbb50204225244 Reviewed-on: https://go-review.googlesource.com/14407 Reviewed-by: Rob Pike <r@golang.org>
diff --git a/doc/go1.6.txt b/doc/go1.6.txt index a2f671c..9f138bf 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt
@@ -8,5 +8,5 @@ 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/)