mirror of
https://github.com/google/googletest.git
synced 2024-12-26 09:31:02 +08:00
Fixing a typo in the documentation of IsSubsetOf().
PiperOrigin-RevId: 692957797 Change-Id: Ifd3efe64cd2a3a5623167fa13de61d6e3358662d
This commit is contained in:
parent
1204d63444
commit
d144031940
@ -4958,7 +4958,7 @@ inline internal::UnorderedElementsAreArrayMatcher<T> IsSupersetOf(
|
|||||||
// - {1} matches IsSubsetOf({Gt(0), Lt(0)}), as 1 matches Gt(0).
|
// - {1} matches IsSubsetOf({Gt(0), Lt(0)}), as 1 matches Gt(0).
|
||||||
// - {1, -1} matches IsSubsetOf({Lt(0), Gt(0)}), as 1 matches Gt(0) and -1
|
// - {1, -1} matches IsSubsetOf({Lt(0), Gt(0)}), as 1 matches Gt(0) and -1
|
||||||
// matches Lt(0).
|
// matches Lt(0).
|
||||||
// - {1, 2} doesn't matches IsSubsetOf({Gt(0), Lt(0)}), even though 1 and 2 both
|
// - {1, 2} doesn't match IsSubsetOf({Gt(0), Lt(0)}), even though 1 and 2 both
|
||||||
// match Gt(0). The reason is that different matchers must be used for
|
// match Gt(0). The reason is that different matchers must be used for
|
||||||
// elements in different slots of the container.
|
// elements in different slots of the container.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user