mirror of
https://github.com/esimov/pigo.git
synced 2025-10-07 00:52:49 +08:00
fixed typo across the project
This commit is contained in:
@@ -23,7 +23,7 @@ func NewDetector() *Detector {
|
||||
return &d
|
||||
}
|
||||
|
||||
// FetchCascade retrive the cascade file trough a JS http connection.
|
||||
// FetchCascade retrive the cascade file through a JS http connection.
|
||||
// It should return the binary data as uint8 integers or err in case of an error.
|
||||
func (d *Detector) FetchCascade(url string) ([]byte, error) {
|
||||
d.respChan = make(chan []uint8)
|
||||
|
Reference in New Issue
Block a user