Skip to content

Commit

Permalink
doc spelling corrections...
Browse files Browse the repository at this point in the history
...and move the =for Pod::Coverage up to right below __END__ to be consistent.
  • Loading branch information
rsrchboy committed Jan 9, 2013
1 parent a73ce63 commit 26cd73c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/MooseX/AttributeShortcuts.pm
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ sub init_meta {

__END__
=for :stopwords GitHub attribute's isa one's rwp
=for Pod::Coverage init_meta
=head1 SYNOPSIS
package Some::Class;
Expand Down Expand Up @@ -500,7 +504,7 @@ Note that if you supply a constraint, you must also provide an C<isa>.
Supplying a constraint and asking for coercion will "Just Work", that is, any
coercions that the C<isa> type has will still work.
For example, let's say that you're uing the C<File> type constraint from
For example, let's say that you're using the C<File> type constraint from
L<MooseX::Types::Path::Class>, and you want an additional constraint that the
file must exist:
Expand All @@ -515,6 +519,4 @@ C<thinger> will correctly coerce the string "/etc/passwd" to a
C<Path::Class:File>, and will only accept the coerced result as a value if
the file exists.
=for Pod::Coverage init_meta
=cut

0 comments on commit 26cd73c

Please sign in to comment.