mirror of
https://github.com/google/googletest.git
synced 2026-03-21 19:56:35 +00:00
Fix typo in monomorphic matcher documentation.
PiperOrigin-RevId: 886900324 Change-Id: I96832e8162b4631783cf0f2badf160d18d3256f8
This commit is contained in:
committed by
Copybara-Service
parent
94be250af7
commit
f38004c441
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user