Skip to content

Commit

Permalink
Fixes some author tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Nov 2, 2018
1 parent e26aafe commit 87061ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -1533,7 +1533,7 @@ Defined as:
method sprintf(*@args)
multi sub sprintf(Cool:D $format, *@args)
Formats and outputs a string, following the
Formats and outputs a string, following
L<the same language as C<Str.sprintf>|/type/Str#routine_sprintf>, using as such
format either the object (if called in method form) or the first argument (if
called as a routine)
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Promise.pod6
Expand Up @@ -81,7 +81,7 @@ thrown without any C<start> statement prefixes involved.
=begin code
use v6.d.PREVIEW;
start { die }; sleep ⅓; say "hello";
# OUTPUT:
# OUTPUT:
# Unhandled exception in code scheduled on thread 4
# Died
# in block at -e line 1
Expand Down

0 comments on commit 87061ec

Please sign in to comment.