Skip to content

Commit

Permalink
seperated -> separated
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Aug 29, 2022
1 parent aea3cc3 commit 4181ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caps.go
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ func ToTitle[T ~string](str T, options ...Opts) T {
return T(opts.Converter.Convert(StyleCamel, opts.ReplaceStyle, string(str), " ", []rune(opts.AllowedSymbols), opts.NumberRules))
}

// ToDelimited transforms the case of str into a string seperated by delimiter,
// ToDelimited transforms the case of str into a string separated by delimiter,
// using either the provided Converter or the DefaultConverter otherwise.
//
// If lowercase is false, the output will be all uppercase.
Expand Down
2 changes: 1 addition & 1 deletion token/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (t Token) LowerFirst() string {
// - If the Token is prefixed with any of the following: + - . v V # and
// followed by a number
//
// - Numbers may only be seperated by a single '.' and '.' may be the first rune
// - Numbers may only be separated by a single '.' and '.' may be the first rune
// or proceeded by a number, '+', or '-'
//
// - A single 'e' or 'E' may only be used in the exponent portion of a number
Expand Down

0 comments on commit 4181ce3

Please sign in to comment.