mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
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...);
|
||||
}
|
||||
|
||||
// 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
|
||||
//
|
||||
// Synopsis:
|
||||
|
Loading…
x
Reference in New Issue
Block a user