File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ var tagRe = regexp.MustCompile(`<([a-z_]*) */>`)
286
286
287
287
var mainLocales = []string {}
288
288
289
- // charsets holds a list of exemplar characters per category.
289
+ // charSets holds a list of exemplar characters per category.
290
290
type charSets map [string ][]string
291
291
292
292
func (p charSets ) fprint (w io.Writer ) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func (o *options) setAlias(n Element) {
36
36
}
37
37
}
38
38
39
- // Enum defines a enumeration type. The resulting option may be passed for the
39
+ // Enum defines an enumeration type. The resulting option may be passed for the
40
40
// construction of multiple Indexes, which they will share the same enum values.
41
41
// Calling Gen on a Builder will generate the Enum for the given name. The
42
42
// optional values fix the values for the given identifier to the argument
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ var matcher = language.NewMatcher([]language.Tag{
19
19
language .German ,
20
20
})
21
21
22
- // handler is a http.HandlerFunc.
22
+ // handler is an http.HandlerFunc.
23
23
func handler (w http.ResponseWriter , r * http.Request ) {
24
24
t , q , err := language .ParseAcceptLanguage (r .Header .Get ("Accept-Language" ))
25
25
// We ignore the error: the default language will be selected for t == nil.
You can’t perform that action at this time.
0 commit comments