Skip to content

Commit c272409

Browse files
committed
Update spelling.go
1 parent a8098b8 commit c272409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spelling.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package spellingcorrector
22

33
// Spelling object contains a dictionary object
44
// The main purpose of this struct is to provide actions/features that require process
5-
// the dictionary data
5+
// the dictionary data.
66
type Spelling struct {
77
dic *Dictionary
88
}

0 commit comments

Comments
 (0)