Skip to content

Commit 4a1a299

Browse files
Abseil Teamcopybara-github
authored andcommitted
Update docstring of PrintWithFallback(..) to reflect the recently changed ordering.
PiperOrigin-RevId: 546373360 Change-Id: I2538b45d8c7710592071cc352da6771480c324e6
1 parent be03d00 commit 4a1a299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/include/gtest/gtest-printers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ struct FindFirstPrinter<
298298
// - Print containers (they have begin/end/etc).
299299
// - Print function pointers.
300300
// - Print object pointers.
301-
// - Use the stream operator, if available.
302301
// - Print protocol buffers.
302+
// - Use the stream operator, if available.
303303
// - Print types convertible to BiggestInt.
304304
// - Print types convertible to StringView, if available.
305305
// - Fallback to printing the raw bytes of the object.

0 commit comments

Comments
 (0)