Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jul 13, 2022
1 parent 9598f2b commit 2f4042c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mite/Manual/Attributes.pod
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ A string type name from L<Types::Standard>, L<Types::Common::String>,
or L<Types::Common::Numeric>, or a blessed L<Type::Tiny> object.
Alternatively, any reference which C<to_TypeTiny> from L<Types::TypeTiny>
is able to coerce to a blessed Type::Tiny object, or any blessed object
that provides a C<to_TypeTiny> method whichr returns a Type::Tiny object.
that provides a C<to_TypeTiny> method which returns a Type::Tiny object.
If using a blessed object, you'll be introducing a dependency for your
project on whatever type constraint library you're using, so prefer
string type contraint names.
Expand All @@ -287,7 +287,7 @@ can be inlined, and none of your classes should load it directly (just rely
on Mite to load it). This way you can use custom types in your project and
your project will not have a dependency on Type::Library.

L<Type::Library::Compiled> is an alternative way to create a zero-dependency
L<Type::Library::Compiler> is an alternative way to create a zero-dependency
type library which Mite is able to use.

=head2 C<does> B<< Str | Ref >>
Expand Down

0 comments on commit 2f4042c

Please sign in to comment.