Skip to content

Commit e85316b

Browse files
committed
Pass aspell.t for pod.pod6
1 parent e074ffd commit e85316b

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

doc/Language/pod.pod6

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ which continues until an...
132132
=end para
133133
=end code
134134
135-
As demonstarted by the previous example, within a delimited C<=begin para> and C<=end para> block, any blank lines are preserved.
135+
As demonstrated by the previous example, within a delimited C<=begin para> and C<=end para> block, any blank lines are preserved.
136136
137137
=head2 Code blocks
138138
139-
Code blocks are used to specify source code, which should be rendered without rejustification,
139+
Code blocks are used to specify source code, which should be rendered without re-justification,
140140
without whitespace-squeezing, and without recognizing any inline formatting codes.
141141
Typically these blocks are used to show examples of code, mark-up,
142142
or other textual specifications, and are rendered using a fixed-width font.
@@ -169,10 +169,10 @@ Code blocks can also be explicitly defined by enclosing them in C<=begin code> a
169169
Pod provides blocks for specifying the input and output of programs.
170170
171171
The C<=input> block is used to specify pre-formatted keyboard input,
172-
which should be rendered without rejustification or squeezing of whitespace.
172+
which should be rendered without re-justification or squeezing of whitespace.
173173
174174
The C<=output> block is used to specify pre-formatted terminal or file output,
175-
which should also be rendered without rejustification or whitespace-squeezing.
175+
which should also be rendered without re-justification or whitespace-squeezing.
176176
177177
=head2 Lists
178178
@@ -326,7 +326,7 @@ Perl 6 is I<awesome>
326326
To underline a text enclose it in C<U< >>
327327
=code Perl 6 is U<awesome>
328328
329-
Z<If used will bust pod2onepage>
329+
Z<If used will bust Pod::To::BigPage>
330330
331331
=head2 Code
332332
@@ -365,14 +365,14 @@ Z<Perl 6 is multi-paradigmatic N<Supporting Procedural, Object Oriented, and Fu
365365
To flag text as keyboard input enclose it in C<K< >>
366366
=code Enter your name K<John Doe>
367367
368-
Z<If used will bust pod2onepage>
368+
Z<If used will bust Pod::To::BigPage>
369369
370370
=head2 Terminal Output
371371
372372
To flag text as terminal output enclose it in C<T< >>
373373
=code Hello T<John Doe>
374374
375-
Z<If used will bust pod2onepage>
375+
Z<If used will bust Pod::To::BigPage>
376376
377377
=head2 Unicode
378378
@@ -408,7 +408,7 @@ C<zef install Pod::To::HTML>
408408
409409
Using the terminal run the following command:
410410
=begin code
411-
perl6 --doc=HTML filecontaining.pod6 > outputfilename.html
411+
perl6 --doc=HTML input.pod6 > output.html
412412
=end code
413413
414414
=head2 Markdown
@@ -420,7 +420,7 @@ C<zef install Pod::To::Markdown>
420420
421421
Using the terminal run the following command:
422422
=begin code
423-
perl6 --doc=Markdown filecontaining.pod6 > outputfilename.md
423+
perl6 --doc=Markdown input.pod6 > output.md
424424
=end code
425425
426426
=end pod

xt/code.pws

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ kbar
165165
keyvaluepairs
166166
keyvaluepairsactions
167167
lastname
168+
laquo
168169
lenticular
169170
libfoo
170171
libmysql
@@ -238,6 +239,7 @@ pwstruct
238239
pêrl
239240
quietlevel
240241
quux
242+
raquo
241243
rawheader
242244
rectanglewithcachedarea
243245
regexname
@@ -311,7 +313,9 @@ withoutlinenumber
311313
wraphandler
312314
wrappee
313315
xa
316+
xab
314317
xaf
318+
xbb
315319
xbeef
316320
xc
317321
xff

xt/words.pws

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ reification
843843
reified
844844
reifier
845845
reifying
846+
renderers
846847
repl
847848
repo
848849
repositoryregistry
@@ -1081,6 +1082,7 @@ typeclasses
10811082
typediag
10821083
typeglobs
10831084
typename
1085+
typenames
10841086
typeobject
10851087
typesystem
10861088
tz

0 commit comments

Comments
 (0)