spelling: disambiguates

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-08-08 23:31:33 -04:00
parent 2482431dd2
commit cfef8c28e5

View File

@ -5,7 +5,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
// matching one disambiguages language(s) for a single file extension.
// matching one disambiguates language(s) for a single file extension.
type Heuristics []rule.Heuristic
// Match returns languages identified by the matching rule of the heuristic.