summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-05-17 05:31:14 +0200
committerEugen Wissner <belka@caraus.de>2018-05-17 05:31:14 +0200
commitc511b97b1be132b526bd5bc9e12ebb888957493d (patch)
tree9d2aa0ad30b3674d4b577cf1f26a1b347039ed59 /README.md
parent385ec19e2fa21c1d59a47bc8ffb8043879f79d63 (diff)
downloadtanya-c511b97b1be132b526bd5bc9e12ebb888957493d.tar.gz
container.Set and HashTable: Fix constructors
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 1658b0b..ba478c7 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Tanya consists of the following packages and (top-level) modules:
* `algorithm`: Collection of generic algorithms.
* `async`: Event loop (epoll, kqueue and IOCP).
* `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8
-string, Hash table.
+string, Set, Hash table.
* `conv`: This module provides functions for converting between different
types.
* `encoding`: This package provides tools to work with text encodings.