We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a630d commit 193a751Copy full SHA for 193a751
test/testdata/fix/in/misspell.go
@@ -6,6 +6,9 @@ package p
6
// langauge
7
// langauge langauge
8
9
+// check Langauge
10
+// and check langAuge
11
+
12
func langaugeMisspell() { // the function detects langauge of the text
13
14
}
test/testdata/fix/out/misspell.go
// language
// language langauge
+// check Language
func langaugeMisspell() { // the function detects language of the text
0 commit comments