summary refs log tree commit diff stats
path: root/doc/manual/effects.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-05-26 19:53:08 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-05-26 19:53:08 +0200
commit11bd7ef5e83a62bae0105afc1528ed6981ca288c (patch)
tree1d2de0de64da5a0ec83ed9489e12407eed6a4e72 /doc/manual/effects.txt
parentd03b5891c1691fc36ac5be38fb391c71dfa89c94 (diff)
parentc593c476965d8f019a86b51987aa62a685040d39 (diff)
downloadNim-11bd7ef5e83a62bae0105afc1528ed6981ca288c.tar.gz
Merge pull request #2789 from ozra/devel
Change wording in some parts. Fix some typos.
Diffstat (limited to 'doc/manual/effects.txt')
-rw-r--r--doc/manual/effects.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/effects.txt b/doc/manual/effects.txt
index a79f6ea85..40532b080 100644
--- a/doc/manual/effects.txt
+++ b/doc/manual/effects.txt
@@ -48,7 +48,7 @@ possibly raised exceptions; the algorithm operates on ``p``'s call graph:
    However if the call is of the form ``f(...)`` where ``f`` is a parameter
    of the currently analysed routine it is ignored. The call is optimistically 
    assumed to have no effect. Rule 2 compensates for this case.
-2. Every expression of some proc type wihtin a call that is not a call 
+2. Every expression of some proc type within a call that is not a call 
    itself (and not nil) is assumed to be called indirectly somehow and thus 
    its raises list is added to ``p``'s raises list.
 3. Every call to a proc ``q`` which has an unknown body (due to a forward