Skip to content

Commit

Permalink
Update Flake8Rules comment to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed May 1, 2024
1 parent 39c4a3f commit fda44da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/flake8rules/flake8rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {
// Provider merely implements the Provider interface.
type Provider struct{}

// BuildURI generates a search URL for ProtonDB.
// BuildURI generates a search URL for Flake8Rules.
func (p *Provider) BuildURI(q string) string {
return fmt.Sprintf("https://www.flake8rules.com/rules/%s.html", url.QueryEscape(strings.ToUpper(q)))
}
Expand Down

0 comments on commit fda44da

Please sign in to comment.