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 af013df0..e8bb4f7f 100644 --- a/absl/strings/cord.h +++ b/absl/strings/cord.h @@ -361,7 +361,7 @@ class Cord { // 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; // Cord::EstimatedMemoryUsage() |