mirror of
https://github.com/mgechev/revive.git
synced 2025-11-25 22:12:38 +02:00
docs: fix typos (#1553)
This commit is contained in:
@@ -6,6 +6,6 @@ import (
|
||||
"github.com/mgechev/revive/rule"
|
||||
)
|
||||
|
||||
func TestUselessFallTrhough(t *testing.T) {
|
||||
func TestUselessFallthrough(t *testing.T) {
|
||||
testRule(t, "useless_fallthrough", &rule.UselessFallthroughRule{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user