chore: update cord.h

occurrance -> occurrence
This commit is contained in:
Ikko Eltociear Ashimine
2024-07-19 00:02:50 +09:00
committed by GitHub
parent 0598e582f6
commit a72c4bcc7b

View File

@@ -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;