Skip to content

Commit

Permalink
More doc improvements.
Browse files Browse the repository at this point in the history
moritz++
  • Loading branch information
rafl committed Nov 6, 2008
1 parent 99817ee commit a523375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Sub/Signature.pm
Expand Up @@ -105,7 +105,7 @@ Sub::Signature - subroutine signatures with no source filter
This module aims to rectify the default simple @_ array argument
handling.
With this module, we an specify subroutine signatures and have variables
With this module, we aan specify subroutine signatures and have variables
automatically defined within the subroutine.
For example, you can write
Expand Down Expand Up @@ -135,7 +135,7 @@ attribute exists:
If you want subroutine signatures doing something that this module doesn't
provide, like argument validation, typechecking and similar, you can subclass
it override the following methods.
it and override the following methods.
=head2 proto_unwrap ($prototype)
Expand Down

0 comments on commit a523375

Please sign in to comment.