summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-01-16 13:43:22 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-01-16 13:43:22 +0100
commit2910096ccec456aa6493d06c9cc36bb70acd2988 (patch)
treed9265760a28342522ca793f0b64d713c140e4488 /todo.txt
parent00651d4afc4b384a81b893d94c27af22b812f577 (diff)
downloadNim-2910096ccec456aa6493d06c9cc36bb70acd2988.tar.gz
updated the documentation for the 'do' notation
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index ac2041f66..ca8d60762 100644
--- a/todo.txt
+++ b/todo.txt
@@ -4,7 +4,6 @@ essential for 1.0
 - introduce newSeqOfCap(10)
 - annotation support for getType()
 - overloading of `()` needs to be in .experimental
-- do notation needs to be documented properly
 - find a solution for the  x.f[T](y)  gotcha
 - ``concept`` needs to be refined, a nice name for the feature is not enough.
 - Destructors need to be refined.