dev: improve test for auto-fixing of misspell

This commit is contained in:
Denis Isaev 2019-02-17 23:32:55 +03:00
parent 25a630d206
commit 193a751f80
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ package p
// langauge
// langauge langauge
// check Langauge
// and check langAuge
func langaugeMisspell() { // the function detects langauge of the text
}

View File

@ -6,6 +6,9 @@ package p
// language
// language langauge
// check Language
// and check langAuge
func langaugeMisspell() { // the function detects language of the text
}