spelling: identifies

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-08-08 23:31:34 -04:00
parent 6c16f2f4de
commit b4e2aae0cf

View File

@ -4,7 +4,7 @@
package rule
// Heuristic consist of (a number of) rules where each, if matches,
// identifes content as belonging to a programming language(s).
// identifies content as belonging to a programming language(s).
type Heuristic interface {
Matcher
Languages() []string