aboutsummaryrefslogtreecommitdiffstats
path: root/doc/not-implemented.tex
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-06-02 13:05:46 +0200
committerMattias Andrée <maandree@kth.se>2016-06-02 13:05:46 +0200
commitd4f19d72145dcf659ba16882aabdc729fa207057 (patch)
treeee542bf54e5d7e359b546da440a86854c68e89d9 /doc/not-implemented.tex
parentOn bit test (diff)
downloadlibzahl-d4f19d72145dcf659ba16882aabdc729fa207057.tar.gz
libzahl-d4f19d72145dcf659ba16882aabdc729fa207057.tar.bz2
libzahl-d4f19d72145dcf659ba16882aabdc729fa207057.tar.xz
Fix some text
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--doc/not-implemented.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
index eacedea..835c931 100644
--- a/doc/not-implemented.tex
+++ b/doc/not-implemented.tex
@@ -9,11 +9,11 @@ herein will only be implemented if there
is shown that it would be overwhelmingly
advantageous. For each feature, a sample
implementation or a mathematical expression
-on which you can base your implemention.
-The sample implementation create temporary
-integere references, this is for simplicity
-in the example, your should try to use
-dedicated variables, in case of recursion,
+on which you can base your implemention
+is included. The sample implementations create
+temporary integer references, this is to
+simplify in the examples. You should try to
+use dedicated variables; in case of recursion,
a robust program should store temporary
variables on a stack, so they can be
clean up of something happens.