File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def loop():
172
172
if len(xs) == 3:
173
173
xs.append(4)
174
174
loop()"# ,
175
- "mutate an iterable" ,
175
+ "mutates an iterable" ,
176
176
) ;
177
177
}
178
178
@@ -272,7 +272,7 @@ def foo():
272
272
break
273
273
foo()
274
274
"# ,
275
- "mutate an iterable" ,
275
+ "mutates an iterable" ,
276
276
) ;
277
277
assert:: fail (
278
278
r#"
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pub enum ValueError {
54
54
KeyNotFound ( String ) ,
55
55
#[ error( "Immutable" ) ]
56
56
CannotMutateImmutableValue ,
57
- #[ error( "This operation mutate an iterable for an iterator while iterating." ) ]
57
+ #[ error( "This operation mutates an iterable for an iterator while iterating." ) ]
58
58
MutationDuringIteration ,
59
59
#[ error( "Object of type `{0}` has no attribute `{1}`" ) ]
60
60
NoAttr ( String , String ) ,
You can’t perform that action at this time.
0 commit comments