am cf3165bd: am 3621ee6f: am 340e62f0: Merge "Fix comment typo."
* commit 'cf3165bd97f322c8a71ce7f7fdb953975fc5c6e1': Fix comment typo.
This commit is contained in:
commit
20795b420a
|
@ -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 New Issue