@cryptotaxi247 / kubo / commits / 594c94660

docs: decapitalize error message in blocks.go

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Aug 16, 2016 at 17:36 UTC 594c946606890a2f3dede58713f454404cb13ccc
1 file changed +1 -1
blocks/blocks.go
+1 -1
@@ -11,7 +11,7 @@ import (
11 u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
12 )
13
14 -var ErrWrongHash = errors.New("Data did not match given hash!")
14 +var ErrWrongHash = errors.New("data did not match given hash!")
15
16 type Block interface {
17 Multihash() mh.Multihash