Skip to content

Commit

Permalink
Merge pull request #3664 from kuzkry:typo-fixes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410816561
Change-Id: I466575011dd468dd93b5ecb683955713d261e96b
  • Loading branch information
Copybara-Service committed Nov 18, 2021
2 parents 183a20b + dfc3675 commit 3e0e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlemock/src/gmock-spec-builders.cc
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) {
ExpectSpecProperty(
last_clause_ < kTimes,
".Times() may only appear *before* .InSequence(), .WillOnce(), "
".WillRepeatedly(), or .RetiresonSaturation(), not after.");
".WillRepeatedly(), or .RetiresOnSaturation(), not after.");
}
last_clause_ = kTimes;

Expand Down

0 comments on commit 3e0e32b

Please sign in to comment.