spelling: sequentially

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-08-08 23:31:37 -04:00
parent 42c82564ae
commit 2822da6054

View File

@ -4,7 +4,7 @@ import "github.com/go-enry/go-enry/v2/data/rule"
// Heuristics implements a rule-based content matching engine.
// Heuristics is a number of sequntially applied rule.Heuristic where a
// Heuristics is a number of sequentially applied rule.Heuristic where a
// matching one disambiguates language(s) for a single file extension.
type Heuristics []rule.Heuristic