diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-11-19 22:35:05 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-11-19 22:35:05 +0100 |
commit | 3a494f5d8d28414fc8df091c53b43ca666d229a2 (patch) | |
tree | 5fd3230d26df6427e0fe1c1f5a4cc308f330127d /doc | |
parent | c3e7a970c6f331e730243cc9234b83faa9c7b611 (diff) | |
download | Nim-3a494f5d8d28414fc8df091c53b43ca666d229a2.tar.gz |
Corrects grammar and span of italics in text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tut2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut2.txt b/doc/tut2.txt index 3e10d172c..f66a5135d 100644 --- a/doc/tut2.txt +++ b/doc/tut2.txt @@ -861,7 +861,7 @@ rid of the ``data.cfg`` file we would need to distribute along the binary, plus if the information is really constant, it doesn't make from a logical point of view to have it *mutable* in a global variable, it would be better if it was a constant. Finally, and likely the most valuable feature, we can implement some -verification at compile time. You could think if this as a better *unit +verification at compile time. You could think of this as a *better unit testing*, since it is impossible to obtain a binary unless everything is correct, preventing you to ship to users a broken program which won't start because a small critical file is missing or its contents changed by mistake to |