Commit a4f02ef3 authored by Abseil Team's avatar Abseil Team Committed by Copybara-Service
Browse files

Fix typo in documentation of ConvertGenerator()

PiperOrigin-RevId: 486316328
Change-Id: I91d5d5ba1aaf4a4ab14019c8963e7fe181722f95
parent 66366cea
...@@ -407,7 +407,7 @@ internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment