mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-08 09:07:54 +00:00
spelling: identifies
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
package rule
|
package rule
|
||||||
|
|
||||||
// Heuristic consist of (a number of) rules where each, if matches,
|
// 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 {
|
type Heuristic interface {
|
||||||
Matcher
|
Matcher
|
||||||
Languages() []string
|
Languages() []string
|
||||||
|
Reference in New Issue
Block a user