Skip to content

Commit 7688624

Browse files
committed
Fix typos in the terminals section of doc/Language/unicode_entry.pod6
1 parent 67705e5 commit 7688624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/unicode_entry.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ of unicode to program in Perl 6:
112112
XTerm*locale: UTF-8
113113
XTerm*titleModes: 16
114114
XTerm*useClipping: false
115-
XTerm*utf8 1
116-
XTerm*utf8Fonts 1
115+
XTerm*utf8: 1
116+
XTerm*utf8Fonts: 1
117117
XTerm*utf8Title: true
118118
=end code
119119
@@ -126,7 +126,7 @@ configuration that supports displaying enough of unicode to program in Perl 6:
126126
=begin code :lang<.Xdefaults>
127127
URxvt*font: xft:Noto Mono:pixelsize=14:style=Regular,\
128128
xft:Noto Emoji:pixelsize=14:style=Regular
129-
URxvt*letterspace: -1
129+
URxvt*letterSpace: -1
130130
URxvt*locale: en_US.UTF-8
131131
URxvt*skipBuiltInGlyphs: true
132132
=end code

0 commit comments

Comments
 (0)