Commit dfc36753 authored by Krystian Kuzniarek's avatar Krystian Kuzniarek
Browse files

fix a typo

parent 1a3e2a26
...@@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) { ...@@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) {
ExpectSpecProperty( ExpectSpecProperty(
last_clause_ < kTimes, last_clause_ < kTimes,
".Times() may only appear *before* .InSequence(), .WillOnce(), " ".Times() may only appear *before* .InSequence(), .WillOnce(), "
".WillRepeatedly(), or .RetiresonSaturation(), not after."); ".WillRepeatedly(), or .RetiresOnSaturation(), not after.");
} }
last_clause_ = kTimes; last_clause_ = kTimes;
......
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