Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-block-format
Commits
4588bc62
Commit
4588bc62
authored
Aug 16, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: decapitalize error message in blocks.go
License: MIT Signed-off-by:
Jakub Sztandera
<
kubuxu@protonmail.ch
>
parent
bf963fc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
blocks.go
blocks.go
+1
-1
No files found.
blocks.go
View file @
4588bc62
...
...
@@ -11,7 +11,7 @@ import (
u
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
)
var
ErrWrongHash
=
errors
.
New
(
"
D
ata did not match given hash!"
)
var
ErrWrongHash
=
errors
.
New
(
"
d
ata did not match given hash!"
)
type
Block
interface
{
Multihash
()
mh
.
Multihash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment