Commit 61ea5d25 by Abseil Team Committed by Copybara-Service

Fixed a very small typo in the Cord::empty() docstring.

PiperOrigin-RevId: 582455513
Change-Id: Ic78d14d6dd748420a64e7026ec7f8b967bebbf42
parent 67f3af26
...@@ -361,7 +361,7 @@ class Cord { ...@@ -361,7 +361,7 @@ class Cord {
// Cord::empty() // Cord::empty()
// //
// Determines whether the given Cord is empty, returning `true` is so. // Determines whether the given Cord is empty, returning `true` if so.
bool empty() const; bool empty() const;
// Cord::EstimatedMemoryUsage() // Cord::EstimatedMemoryUsage()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment