Skip to content

Commit 26c2832

Browse files
committed
chore: pylint
1 parent 4d75adb commit 26c2832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func checkSite(name string) (result Result, err error) {
4040
return result, nil
4141
}
4242

43-
// Get last result for site
43+
// GetLastResult returns the lastes result for site
4444
func (site *Site) GetLastResult() Result {
4545
site.Mutex.Lock()
4646
defer site.Mutex.Unlock()

0 commit comments

Comments
 (0)