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 a8098b8 commit c272409Copy full SHA for c272409
spelling.go
@@ -2,7 +2,7 @@ package spellingcorrector
2
3
// Spelling object contains a dictionary object
4
// The main purpose of this struct is to provide actions/features that require process
5
-// the dictionary data
+// the dictionary data.
6
type Spelling struct {
7
dic *Dictionary
8
}
0 commit comments