[Pkg-privacy-commits] [golang-siphash-dev] 13/23: Fix typo in README.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:55:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository golang-siphash-dev.
commit 4ac59acc35bccce41c56bb740ea453aff5086d07
Author: Dmitry Chestnykh <dmitry at codingrobots.com>
Date: Thu Jun 21 16:16:32 2012 +0200
Fix typo in README.
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 9f7460b..af3564a 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ The slower one is to use the standard hash.Hash64 interface:
h := siphash.New(key)
h.Write([]byte("Hello")
- sum := h.Sum(nil) // returns 8-bit []byte
+ sum := h.Sum(nil) // returns 8-byte []byte
or
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/golang-siphash-dev.git
More information about the Pkg-privacy-commits
mailing list