Skip to content

Commit

Permalink
use nbsp
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 20, 2017
1 parent 5b06424 commit 7820889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlfunc.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ certain time has elapsed, or at a given time:
Promise.at(now + 5).then: { say "five seconds have passed" }
In Perl 6, this does *not* involve any (dummy) signals.
In Perl 6, this does *not* involve any (dummy) signals.
=head2 atan2
Expand Down
4 changes: 2 additions & 2 deletions doc/Language/unicode.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Or two codepoints:
a + ́ (U+61 "LATIN SMALL LETTER A" + U+301 "COMBINING ACUTE ACCENT")
Perl 6 will turn both these inputs into one codepoint, as is specified for
Perl 6 will turn both these inputs into one codepoint, as is specified for
normalization form canonical (B<X<NFC>>). In most cases this is useful and means
that two inputs that are equivilant both are treated the same, and any text
you process or output from Perl 6 will be in this "canonical" form.
you process or output from Perl 6 will be in this "canonical" form.
One case where we don't default to this, is for file handles. This is because
file handles must be accessed exactly as the bytes are written on the disk.
Expand Down

0 comments on commit 7820889

Please sign in to comment.