Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 9, 2024
1 parent 0292fc6 commit 9f88c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocess/Object/Iterate.pm.PL
Expand Up @@ -104,7 +104,7 @@ change them (I<i.e.> C<$Object::Iterate::Next>). If your object does
not have the specified methods, the functions will die. You may want
to wrap them in eval blocks.
Since this module uses package variables to storethese methods names,
Since this module uses package variables to store these methods names,
the method names apply to every use of the functions no matter the
object. You might want to local()-ise the variables for different
objects.
Expand Down

0 comments on commit 9f88c1a

Please sign in to comment.