Commit 3abf3298 by Abseil Team Committed by Copybara-Service

Fixing a comment to be correct with the current code.

PiperOrigin-RevId: 588530709
Change-Id: Iee28c7693a4802f11e13728e1c28febee8c8576f
parent d84f20a9
......@@ -119,8 +119,8 @@ enum class CordMemoryAccounting {
//
// For example:
// absl::Cord cord;
// cord.append(some_other_cord);
// cord.append(some_other_cord);
// cord.Append(some_other_cord);
// cord.Append(some_other_cord);
// // Counts `some_other_cord` twice:
// cord.EstimatedMemoryUsage(kTotal);
// // Counts `some_other_cord` once:
......
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