diff options
Diffstat (limited to 'absl/strings/cord.h')
-rw-r--r-- | absl/strings/cord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/cord.h b/absl/strings/cord.h index 3ab3cb87..d5b9363f 100644 --- a/absl/strings/cord.h +++ b/absl/strings/cord.h @@ -385,7 +385,7 @@ class Cord { // Determines whether the given Cord is empty, returning `true` is so. bool empty() const; - // Cord:EstimatedMemoryUsage() + // Cord::EstimatedMemoryUsage() // // Returns the *approximate* number of bytes held in full or in part by this // Cord (which may not remain the same between invocations). Note that Cords |