We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e2a2 commit dfc3675Copy full SHA for dfc3675
googlemock/src/gmock-spec-builders.cc
@@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) {
267
ExpectSpecProperty(
268
last_clause_ < kTimes,
269
".Times() may only appear *before* .InSequence(), .WillOnce(), "
270
- ".WillRepeatedly(), or .RetiresonSaturation(), not after.");
+ ".WillRepeatedly(), or .RetiresOnSaturation(), not after.");
271
}
272
last_clause_ = kTimes;
273
0 commit comments