-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes existing errors and sets up a dictionary of terms that we consider to be valid spellings but are not in the aspell english dictionaries.
- Loading branch information
1 parent
f1808de
commit 2965ec6
Showing
40 changed files
with
370 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
matrix: | ||
- name: Markdown | ||
aspell: | ||
lang: en | ||
dictionary: | ||
wordlists: | ||
- .spelling-wordlist.txt | ||
encoding: utf-8 | ||
pipeline: | ||
- pyspelling.filters.markdown: | ||
markdown_extensions: | ||
- markdown.extensions.extra: | ||
- pyspelling.filters.html: | ||
comments: true | ||
attributes: | ||
- title | ||
- alt | ||
ignores: | ||
- ':matches(code, pre)' | ||
- 'code' | ||
- 'pre' | ||
|
||
sources: | ||
- 'docs/**/*.md' | ||
default_encoding: utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
ABI | ||
AOT | ||
APIs | ||
Akka | ||
al | ||
arity | ||
bitwise | ||
boolean | ||
booleans | ||
capybaras | ||
compilable | ||
dereference | ||
deserialise | ||
deserialised | ||
deserialisation | ||
deserialising | ||
desugars | ||
destructure | ||
docstring | ||
docstrings | ||
else's | ||
emptor | ||
encodings | ||
endian | ||
et | ||
FFI | ||
finaliser | ||
finalisers | ||
GC | ||
GDB | ||
interoperable | ||
invariants | ||
JIT | ||
JSON | ||
lexically | ||
LLDB | ||
LLVM | ||
Lua | ||
MacOS | ||
misremember | ||
mixins | ||
multibyte | ||
namespace | ||
OCaml | ||
ok | ||
ORCA | ||
polymorphism | ||
ponyc | ||
Ponylang | ||
PonyTest | ||
POSIX | ||
preprocessor | ||
reraise | ||
runtime | ||
sendable | ||
sequentiality | ||
snuck | ||
substitutability | ||
substring | ||
subtype | ||
subtypes | ||
subtyping | ||
supertype | ||
struct | ||
structs | ||
TCP | ||
TypeScript | ||
unalias | ||
unaliased | ||
unaliasing | ||
unary | ||
unforgeable | ||
unhandled | ||
upcasts | ||
variadic | ||
Vimeo | ||
whitespace | ||
writeable | ||
Zulip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.