summaryrefslogtreecommitdiff
path: root/pod/perluniintro.pod
diff options
context:
space:
mode:
authorJosh ben Jore <jjore@cpan.org>2010-01-10 09:32:08 -0800
committerJosh ben Jore <jjore@cpan.org>2010-01-10 16:45:25 -0800
commitf7d1603dbb882894bc7a423058e0334fa88e4614 (patch)
tree45abd472f91ecc4ee3c85e3ab037eed5ee1d9e52 /pod/perluniintro.pod
parentf3b9bb7d1f91ecfed13b90d5e1e22678c754e87b (diff)
downloadperl-f7d1603dbb882894bc7a423058e0334fa88e4614.tar.gz
Remove an extraneous space
Diffstat (limited to 'pod/perluniintro.pod')
-rw-r--r--pod/perluniintro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod
index 01915c21c5..6d11bb7a2e 100644
--- a/pod/perluniintro.pod
+++ b/pod/perluniintro.pod
@@ -66,7 +66,7 @@ that's probably what it looks like in the context of the user's language.
With this "whole sequence" view of characters, the total number of
characters is open-ended. But in the programmer's "one unit is one
character" point of view, the concept of "characters" is more
-deterministic. In this document, we take that second point of view:
+deterministic. In this document, we take that second point of view:
one "character" is one Unicode code point.
For some combinations, there are I<precomposed> characters.