Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20795b42 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am cf3165bd: am 3621ee6f: am 340e62f0: Merge "Fix comment typo."

* commit 'cf3165bd':
  Fix comment typo.
parents 2ce08c7f cf3165bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"}
//