summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBrian Donovan <me@brian-donovan.com>2015-02-20 14:23:53 -0800
committerBrian Donovan <me@brian-donovan.com>2015-02-20 14:23:53 -0800
commit04c746dac15866877ebd2cc6dcf6f3d1ca93fed0 (patch)
tree6eaf626800e7ea621cae0dd2bf870a8584a90add
parent6597bef8d97e2cf8b32723d0f7c8fbb0f7f48f58 (diff)
downloadNim-04c746dac15866877ebd2cc6dcf6f3d1ca93fed0.tar.gz
Fix a typo in "raises" annotation description.
-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 73934ab34..8443d2aca 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