Skip to content

Commit 517503d

Browse files
committed
doc: correct weekly snapshot notes on hash.Hash change
I had the wrong idea when I wrote this. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5437111
1 parent e6b3371 commit 517503d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/weekly.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ <h2 id="2011-12-02">2011-12-02</h2>
2020
This weekly snapshot includes changes to the hash package and a gofix for the
2121
time and os.FileInfo changes in the last snapshot.
2222

23-
The hash.Hasher's Sum method has been given a []byte argument, permitting
24-
the user to hash an arbitrary byte slice without Writing to the Hasher.
23+
The hash.Hash's Sum method has been given a []byte argument,
24+
permitting the user to append the hash to an existing byte slice.
2525
Existing code that uses Sum can pass nil as the argument.
2626
Gofix will make this change automatically.
2727

0 commit comments

Comments
 (0)