Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct minor typos
  • Loading branch information
Paul Cochrane committed Feb 24, 2015
1 parent 1ae7413 commit ad48c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ guidelines.
directly related to Perl 6 (like the math that our routines implement)
* Duplicate small pieces of information rather than rely on linking
* Be explicit about routine signatures. If a method accepts a `*%args`,
but treats some of them special, list them separately.
but treats some of them specially, list them separately.

## Documenting types

Expand Down Expand Up @@ -39,7 +39,7 @@ the skeleton for you):
MyFunnyRole.do-it(2); # example output


When documeting a pair of a sub and a method which both do the same thing,
When documenting a pair of a sub and a method which both do the same thing,
the heading should be `=head2 routine do-it`, and the next thing should be two
or more lines with the signatures. Other allowed words instead of `method`
are `sub`, `trait`, `infix`, `prefix`, `postfix`, `circumfix`,
Expand Down

0 comments on commit ad48c53

Please sign in to comment.