Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
AlexDaniel committed Aug 4, 2016
1 parent 093f18f commit 25ce0e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -41,7 +41,7 @@ in the [#perl6 IRC channel](https://perl6.org/community/irc).
* Check out [the styleguide](STYLEGUIDE.md) for further ... guidance
* For website: we support the current and previous major releases of Chrome, Firefox,
Internet Explorer (Edge), and Safari. Please test layout changes.
Lacking actual browers to test in, you can use [browsershots.org](http://browsershots.org)
Lacking actual browsers to test in, you can use [browsershots.org](http://browsershots.org)
or [browserstack.com](http://browserstack.com). Ensure the layout looks OK on mobile.

## Documenting types
Expand Down
4 changes: 2 additions & 2 deletions doc/Language/5to6-perlfunc.pod6
Expand Up @@ -1617,8 +1617,8 @@ Works as a function and a method. C<uc("ha")> and C<"ha".uc> both return "HA".
=item ucfirst
Perl 6 has done away with C<ucfirst>. The title case function C<tc> probably
does what you need here. L<tc|/routine/tc> function.
Perl 6 has done away with C<ucfirst>. The title case function L<C<tc>|/routine/tc> probably
does what you need.
=head2 umask
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/syntax.pod6
Expand Up @@ -300,7 +300,7 @@ C<0x> (heB<x>adecimal, base 16), C<0o> (B<o>ctal, base 8) or C<0b>
(B<b>inary, base 2) or an explicit base in adverbial notation like
C<< :16<A0> >> specifies it otherwise. Unlike other programming languages,
leading zeros do I<not> indicate base 8; instead a compile-time warning is
issued
issued.
In all literal formats, you can use underscores to group digits;
they don't carry any semantic; the following literals all evaluate to the same
Expand Down

0 comments on commit 25ce0e5

Please sign in to comment.