Fixed lint error

dev
Ice3man543 2021-08-02 21:46:29 +05:30
parent 11e5520166
commit 688d9e466b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const (
RegexExtractor ExtractorType = iota + 1
// KValExtractor extracts responses with key:value
KValExtractor
// XPathExtractor extracts respones with Xpath selectors
// XPathExtractor extracts responses with Xpath selectors
XPathExtractor
)