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-dms3-chunker
Commits
b18fd483
Unverified
Commit
b18fd483
authored
Sep 07, 2018
by
Steven Allen
Committed by
GitHub
Sep 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve error message and fix grammar
In general, it's easier for people to parse positive statements.
parent
0bee44ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
parse.go
parse.go
+1
-1
No files found.
parse.go
View file @
b18fd483
...
...
@@ -8,7 +8,7 @@ import (
"strings"
)
var
ErrRabinMin
=
errors
.
New
(
"
the
rabin min
should not less not
16"
)
var
ErrRabinMin
=
errors
.
New
(
"rabin min
must be greater than
16"
)
// FromString returns a Splitter depending on the given string:
// it supports "default" (""), "size-{size}", "rabin", "rabin-{blocksize}" and
...
...
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