Skip to content

Commit

Permalink
[unicode_entry] Condense title and add an elided sigil
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Feb 15, 2015
1 parent d0e49b2 commit 170ae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Language/unicode_entry.pod
@@ -1,6 +1,6 @@
=begin pod
=TITLE Input Methods for Unicode Characters
=TITLE Inputting Unicode Characters
=SUBTITLE Entering unicode characters into editors and the shell
Expand Down Expand Up @@ -81,7 +81,7 @@ Thus constructs such as these are now possible:
say (1, 2) »+« (3, 4); # 4 6 ; element-wise add
@array »+=» 42; # add 42 to each element of @array
say «moo»; # moo
my $baa = 123; say «baa»; # 123
my $baa = 123; say «$baa»; # 123
=head2 Set/bag operators
Expand Down

0 comments on commit 170ae16

Please sign in to comment.