* commit '3621ee6fdbca9ce405b20d4c9b94a7c444d13844': Fix comment typo.
This commit is contained in:
commit
cf3165bd97
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace base {
|
|||
|
||||
// Splits a string into a vector of strings.
|
||||
//
|
||||
// The string is split at each occurence of a character in delimiters.
|
||||
// The string is split at each occurrence of a character in delimiters.
|
||||
//
|
||||
// Empty splits will be omitted. I.e. Split("a,,b", ",") -> {"a", "b"}
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue