Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more punctuation
  • Loading branch information
kraih committed Nov 28, 2015
1 parent 350c563 commit 39af4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.34 2015-11-27
6.34 2015-11-28
- Improved Hypnotoad to report problems that have occured during the creation
of listen sockets.
- Fixed bug in Mojo::DOM where the wrap method would attempt to wrap an
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Collection.pm
Expand Up @@ -177,7 +177,7 @@ string.
my @elements = $collection->each;
$collection = $collection->each(sub {...});
Evaluate callback for each element in collection or return all elements as a
Evaluate callback for each element in collection, or return all elements as a
list if none has been provided. The element will be the first argument passed
to the callback and is also available as C<$_>.
Expand Down

0 comments on commit 39af4c1

Please sign in to comment.