[Pkg-privacy-commits] [golang-siphash-dev] 14/23: Close paretheses 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 5c45744c4280fc1bcd1b35fda558ab5e8f0ee0c8
Author: Dmitry Chestnykh <dmitry at codingrobots.com>
Date:   Thu Jun 21 16:25:22 2012 +0200

    Close paretheses in README :)
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index af3564a..9c9ca20 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ There are two ways to use this package.
 The slower one is to use the standard hash.Hash64 interface:
 
     h := siphash.New(key)
-    h.Write([]byte("Hello")
+    h.Write([]byte("Hello"))
     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