Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo and another broken link
  • Loading branch information
Jan-Olof Hendig committed May 17, 2016
1 parent 3a9c4f9 commit 90918d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Type/BagHash.pod
Expand Up @@ -87,7 +87,7 @@ say $a ⊖ $b; # set(3)
say $a ⊎ $b; # bag(2(3), 4(2), 3(2))
=end code
See L<Set/Bag Operators|setbagmix#Set/Bag Operators> for a complete list of
See L<Set/Bag Operators|/language/setbagmix#Set/Bag_Operators> for a complete list of
set and bag operators with detailed explanations.
=head1 See Also
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/DateTime.pod
Expand Up @@ -75,7 +75,7 @@ component-wise. Yet another is to obtain the time from an
L<Instant|/type/Instant>, and only supply the time zone and formatter. Or
instead of an Instant you can supply an L<Int|/type/Int> as a UNIX timestamp.
You can also supply a C<Str|/type/Str> formatted in ISO 8601 timestamp
You can also supply a L<Str|/type/Str> formatted in ISO 8601 timestamp
notation or as a full L<RFC 3339|http://tools.ietf.org/html/rfc3339>
date and time. Strings should be formatted as C<yyyy-mm-ddThh:mm::ssZ>
or C<yyyy-mm-ddThh:mm:ss+0100>. We are somewhat less restrictive than the
Expand Down

0 comments on commit 90918d3

Please sign in to comment.