Skip to content

Commit f658f23

Browse files
authored
Fix package name in package docstring
1 parent 633cfee commit f658f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forbidigo/forbidigo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// nouse provides a linter for forbidding the use of specific identifiers
1+
// forbidigo provides a linter for forbidding the use of specific identifiers
22
package forbidigo
33

44
import (

0 commit comments

Comments
 (0)