Fix typo in documentation of ConvertGenerator()
PiperOrigin-RevId: 486316328 Change-Id: I91d5d5ba1aaf4a4ab14019c8963e7fe181722f95
This commit is contained in:
parent
66366cea56
commit
a4f02ef389
@ -407,7 +407,7 @@ internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) {
|
|||||||
return internal::CartesianProductHolder<Generator...>(g...);
|
return internal::CartesianProductHolder<Generator...>(g...);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ConvertGenerator() wraps a parameter generator in order to cast each prduced
|
// ConvertGenerator() wraps a parameter generator in order to cast each produced
|
||||||
// value through a known type before supplying it to the test suite
|
// value through a known type before supplying it to the test suite
|
||||||
//
|
//
|
||||||
// Synopsis:
|
// Synopsis:
|
||||||
|
Loading…
Reference in New Issue
Block a user