Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use non-breaking space
  • Loading branch information
coke committed Sep 9, 2016
1 parent e98f1ae commit d3afef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Socket/Async.pod6
Expand Up @@ -168,7 +168,7 @@ message and decode it. In the event of a decoding error, the C<Supply>
will C<quit>. A TCP socket treats the incoming packets as part of a
stream, and feeds the incoming bytes into a streaming decoder. It then
emits whatever characters the decoder considers ready. Since strings
work at grapheme level in Perl 6, this means that only known complete
work at grapheme level in Perl 6, this means that only known complete
graphemes will be emitted. For example, if the UTF-8 encoding were
being used and the last byte in the packet decoded to C<a>, this would
not be emitted since the next packet may include a combining character
Expand Down

0 comments on commit d3afef5

Please sign in to comment.