From 561b277b24880a898143c08397e44ac95833392e Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 26 Mar 2019 08:29:01 -0400 Subject: [PATCH] MAINT: Fix up some TODO documentation. --- TODO.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 25dbf80..79bf5c9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,5 @@ # Documentation TODO -* Recursive Modules * Schema Checking With Modules # Major Planned Features @@ -8,14 +7,13 @@ ## Standard Library * String processing -* Schema checking. ## Query Language (Experimental) You should be able to ask the compiler to tell you any value or set of values in the compiled configuration. -Inspect is probably the correct location for this. +Eval is probably the correct location for this. # Minor Fixes and Polish