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 c572704..bf6f4a8 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ const std::size_t count = tav::Length<
* conditionals
* `Cons` structure
* `List` function as helper for `Cons` construction
-* basic list operators such as `Nth`, `Length`, `Take` and `Concatenate`
+* basic list operators such as `Nth`, `Length`, `Take` and `Append`
* higher order list operation `Fold`
* higher order list operations such as `Map` and `Filter` expressed in terms of `Fold`
* higher order list queries such as `Any`, `All` and `None`