Skip to content

Commit 4181ce3

Browse files
committed
seperated -> separated
1 parent aea3cc3 commit 4181ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

caps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ func ToTitle[T ~string](str T, options ...Opts) T {
747747
return T(opts.Converter.Convert(StyleCamel, opts.ReplaceStyle, string(str), " ", []rune(opts.AllowedSymbols), opts.NumberRules))
748748
}
749749

750-
// ToDelimited transforms the case of str into a string seperated by delimiter,
750+
// ToDelimited transforms the case of str into a string separated by delimiter,
751751
// using either the provided Converter or the DefaultConverter otherwise.
752752
//
753753
// If lowercase is false, the output will be all uppercase.

token/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (t Token) LowerFirst() string {
116116
// - If the Token is prefixed with any of the following: + - . v V # and
117117
// followed by a number
118118
//
119-
// - Numbers may only be seperated by a single '.' and '.' may be the first rune
119+
// - Numbers may only be separated by a single '.' and '.' may be the first rune
120120
// or proceeded by a number, '+', or '-'
121121
//
122122
// - A single 'e' or 'E' may only be used in the exponent portion of a number

0 commit comments

Comments
 (0)