aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba07515..92a1c35 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This library is a expanded reimplementation of my previous attempt at this probl
* guaranteed evaluation during compile time
* basic math and logic operations
-* conditionals
+* conditionals such as `If` and `Cond`
* `Cons` constructor for `Pair` type
* `List` function as helper for `Pair` based list construction
* basic list operators such as `Nth`, `Length`, `Take` and `Append`