From a4f02ef38981350c9d673b9909559c7a86420d7a Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Sat, 5 Nov 2022 01:07:00 -0700 Subject: Fix typo in documentation of ConvertGenerator() PiperOrigin-RevId: 486316328 Change-Id: I91d5d5ba1aaf4a4ab14019c8963e7fe181722f95 --- googletest/include/gtest/gtest-param-test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/include/gtest/gtest-param-test.h b/googletest/include/gtest/gtest-param-test.h index 10d6a07..1adb9a7 100644 --- a/googletest/include/gtest/gtest-param-test.h +++ b/googletest/include/gtest/gtest-param-test.h @@ -407,7 +407,7 @@ internal::CartesianProductHolder Combine(const Generator&... g) { return internal::CartesianProductHolder(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: -- cgit v0.12