Skip to content

Commit 79b64c3

Browse files
committed
godoc #17.
1 parent 12226b2 commit 79b64c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ func (config Config) SetMaxkeys(n int) *Config {
140140
return config.init()
141141
}
142142

143-
// SetTextCollator for string type.
143+
// SetTextCollator for string type. If collator is not set, strings will
144+
// be treated as byte-array and compared as such.
144145
func (config Config) SetTextCollator(collator *collate.Collator) *Config {
145146
config.textcollator = collator
146147
return &config

0 commit comments

Comments
 (0)