mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 20:14:23 +08:00
chore: update cord.h
occurrance -> occurrence
This commit is contained in:
committed by
GitHub
parent
0598e582f6
commit
a72c4bcc7b
@@ -772,7 +772,7 @@ class Cord {
|
||||
|
||||
// Cord::Find()
|
||||
//
|
||||
// Returns an iterator to the first occurrance of the substring `needle`.
|
||||
// Returns an iterator to the first occurrence of the substring `needle`.
|
||||
//
|
||||
// If the substring `needle` does not occur, `Cord::char_end()` is returned.
|
||||
CharIterator Find(absl::string_view needle) const;
|
||||
|
||||
Reference in New Issue
Block a user