Skip to content

Commit e44577f

Browse files
committed
spelling: prefer US > UK; whitespace; new word; typo
1 parent 68db9da commit e44577f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/Language/filename-extensions.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Raku script | .pl, .p6 | .raku
1212
Raku module | .pm, .pm6 | .rakumod
1313
Raku documentation | .pm, pm6, pod, pod6 | .rakudoc
1414
Test files in raku | .t | .rakutest
15-
NotQuitePerl or NQP | | .nqp
15+
Not Quite Perl or NQP | | .nqp
1616
B<Module specific files> | |
1717
Cro templates | | .crotmp
1818
@@ -23,10 +23,10 @@ Cro templates | | .crotmp
2323
A filename extension is defined, at least for this page, as the remaining letters after and including
2424
the final '.'. A filename without a '.' in the filename does not have a filename extension.
2525
26-
Filename extensions can be used to associate behaviour with the file content, such as opening
27-
a specialised reader or editor, running a program with the file content as input, etc. On some
28-
operating systems, this is almost the required behaviour. Even when it is not required by the
29-
operating system, filename extensions provide a useful mnenomic, or reminder, about the contents
26+
Filename extensions can be used to associate behavior with the file content, such as opening
27+
a specialized reader or editor, running a program with the file content as input, etc. On some
28+
operating systems, this is almost the required behavior. Even when it is not required by the
29+
operating system, filename extensions provide a useful mnemonic, or reminder, about the contents
3030
of the file.
3131
3232
Early filesystems, the part of the operating system handling filenames, constrained filename extensions

xt/pws/code.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ cp
140140
cppstruct
141141
createconnection
142142
createserver
143+
crotmp
143144
csisolatin
144145
cvvf
145146
cześć

0 commit comments

Comments
 (0)