Unverified Commit b18fd483 authored by Steven Allen's avatar Steven Allen Committed by GitHub

improve error message and fix grammar

In general, it's easier for people to parse positive statements.
parent 0bee44ab
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment