summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-06-21 21:07:25 +0200
committerGitHub <[email protected]>2020-06-21 21:07:25 +0200
commit75bd12f9d678493e9fc34cfd9267d260acd54c9a (patch)
tree643990ebffa9a3dc345003c5f169740dfe75704e
parent0f6c0308983e63d8cb9fb4ce11945e00bd6945a7 (diff)
downloadSTC-modified-75bd12f9d678493e9fc34cfd9267d260acd54c9a.tar.gz
STC-modified-75bd12f9d678493e9fc34cfd9267d260acd54c9a.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0de7b921..83859f93 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ int main(void) {
Motivation
----------
-The goal of this project was to finally have a library that fulfills the requirements for a "standard container library" for the C language. I believe that the following list covers the most imortant requirements, and that earlier attempts to create such a library has failed because they did not meet several of those:
+The goal of this project was to finally create a "standard container library" for the C language. I believe that many/most earlier attempts to create such a library has failed because they did not meet one or several of the following requirements:
- Easy to use, intuitive naming and consistency across the library.
- Type safe. Minimized usage of casting and void* pointers.
- Highly efficient. Both in speed and memory usage.