Fix comment typo.
Change-Id: I2d7082c44123e90d74b2669ab29d787b9aa64863
This commit is contained in:
parent
8d2abbea76
commit
1daf86aa20
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…
Add table
Reference in a new issue