1
0
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:
Oleksandr Redko
2025-11-06 12:50:18 +02:00
committed by GitHub
parent cc04b177a4
commit 480ab4f1ae
4 changed files with 4 additions and 4 deletions

View File

@@ -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{})
}