Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Two typo fixes
  • Loading branch information
Altai-man committed Dec 6, 2016
1 parent 1308514 commit f8448f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Int.pod6
Expand Up @@ -176,7 +176,7 @@ representation of the number.
Defined as:
multi sub unival(Int:D) --> Numeric)
multi sub unival(Int:D --> Numeric)
multi method unival(Int:D: --> Numeric)
Returns the number represented by the Unicode codepoint with the given integer
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -919,7 +919,7 @@ L<succ>). It fails on underflow
=head2 routine ord
multi sub ord(Str:D) --> Int:D)
multi sub ord(Str:D --> Int:D)
multi method ord(Str:D: --> Int:D)
Returns the codepoint number of the base characters of the first grapheme
Expand Down

0 comments on commit f8448f2

Please sign in to comment.