Fix typo in monomorphic matcher documentation.

PiperOrigin-RevId: 886900324
Change-Id: I96832e8162b4631783cf0f2badf160d18d3256f8
This commit is contained in:
Abseil Team
2026-03-20 11:41:35 -07:00
committed by Copybara-Service
parent 94be250af7
commit f38004c441

View File

@@ -3591,7 +3591,7 @@ and supports the following operations:
bool matched = matcher.MatchAndExplain(value, maybe_os);
// where `value` is of type `T` and
// `maybe_os` is of type `std::ostream*`, where it can be null if the caller
// is not interested in there textual explanation.
// is not interested in the textual explanation.
matcher.DescribeTo(os);
matcher.DescribeNegationTo(os);