Fixed lint error

This commit is contained in:
Ice3man543 2021-08-02 21:46:29 +05:30
parent 11e5520166
commit 688d9e466b

View File

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