Commit 3cb94be9 by Abseil Team Committed by Copybara-Service

Fixed typo in `CHECK_STREQ` documentation

PiperOrigin-RevId: 563500989
Change-Id: Ie86c5913d498aa2eea9ca6a8de045eaf3bce66f5
parent 1981cf8c
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
#define DCHECK_OK(status) ABSL_LOG_INTERNAL_DCHECK_OK_IMPL((status), #status) #define DCHECK_OK(status) ABSL_LOG_INTERNAL_DCHECK_OK_IMPL((status), #status)
// `CHECK_STREQ` and friends provide `CHECK_EQ` functionality for C strings, // `CHECK_STREQ` and friends provide `CHECK_EQ` functionality for C strings,
// i.e., nul-terminated char arrays. The `CASE` versions are case-insensitive. // i.e., null-terminated char arrays. The `CASE` versions are case-insensitive.
// //
// Example: // Example:
// //
......
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