summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-01-13 15:23:42 +0100
committerEugen Wissner <belka@caraus.de>2017-01-13 15:23:42 +0100
commitfe884541fc8bef9d6e0efb45ce4a92e73c5666bb (patch)
tree69dbc7d8152698e496469526fa18870be538049f /README.md
parent8973bdb2affd36aed172ffb4a0211207cfbdc868 (diff)
downloadtanya-fe884541fc8bef9d6e0efb45ce4a92e73c5666bb.tar.gz
Rename Vector.data to Vector.get
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 77703f7..46772c9 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ helper functions).
The library is currently under development, but some parts of it can already be
used.
-`network` and `async` exist for quite some time and could be better tested than
+`network` and `async` exist for quite some time and are better tested than
other components.
-Containers were newly reworked and the API won't change significantly, but will
-be only extended. The same is true for the `memory` package.
+`container`s were newly reworked and the API won't change significantly, but
+will be only extended. The same is true for the `memory` package.
`math` package contains an arbitrary precision integer implementation that has
a stable API (that mostly consists of operator overloads), but still needs