diff options
author | Oscar Campbell <oscar@campbell.nu> | 2015-05-25 05:24:47 +0200 |
---|---|---|
committer | Oscar Campbell <oscar@campbell.nu> | 2015-05-25 05:24:47 +0200 |
commit | feff2bae680f4c63182069fee16162fe4e5f9d66 (patch) | |
tree | 86932b8c5d5fe7f118dc5e03f15bd6e8229e821d /doc/manual/definitions.txt | |
parent | 6c8f7cc481f508ac3873d5c5529e67d60c61b8ee (diff) | |
download | Nim-feff2bae680f4c63182069fee16162fe4e5f9d66.tar.gz |
Change wording in some parts. Fix some typos.
Diffstat (limited to 'doc/manual/definitions.txt')
-rw-r--r-- | doc/manual/definitions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/definitions.txt b/doc/manual/definitions.txt index 9eb20f70f..9004ce658 100644 --- a/doc/manual/definitions.txt +++ b/doc/manual/definitions.txt @@ -30,7 +30,7 @@ exceptions* or *dying with a fatal error*. However, the implementation provides a means to disable these runtime checks. See the section pragmas_ for details. -Wether a checked runtime error results in an exception or in a fatal error at +Whether a checked runtime error results in an exception or in a fatal error at runtime is implementation specific. Thus the following program is always invalid: |