diff options
Diffstat (limited to 'plumbing/hash.go')
-rw-r--r-- | plumbing/hash.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/hash.go b/plumbing/hash.go index 8e60877..637a425 100644 --- a/plumbing/hash.go +++ b/plumbing/hash.go @@ -9,7 +9,7 @@ import ( "strconv" ) -// Hash SHA1 hased content +// Hash SHA1 hashed content type Hash [20]byte // ZeroHash is Hash with value zero |