Correct the supported features of Status Matchers PiperOrigin-RevId: 825711552 Change-Id: Ie0983c7decdcd5e1aee628a0ceef3ee76bc7cb17
diff --git a/absl/status/status_matchers.h b/absl/status/status_matchers.h index 6db7355..03e5f49 100644 --- a/absl/status/status_matchers.h +++ b/absl/status/status_matchers.h
@@ -26,7 +26,7 @@ // ABSL_ASSERT_OK(s) // ================= // Convenience macros for `EXPECT_THAT(s, IsOk())`, where `s` is either -// a `Status` or a `StatusOr<T>` or a `StatusProto`. +// a `Status` or a `StatusOr<T>`. // // There are no EXPECT_NOT_OK/ASSERT_NOT_OK macros since they would not // provide much value (when they fail, they would just print the OK status