summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-05 10:48:38 +0100
committerGitHub <[email protected]>2020-03-05 10:48:38 +0100
commit930b89eb6ebd4916ab63cd7d6ff3e4692691ddb2 (patch)
tree25f2e816bf75c2e57228518fb92bac6090324e31
parent7cbd0b6082a888635cde4c177865385583f0f1fa (diff)
downloadSTC-modified-930b89eb6ebd4916ab63cd7d6ff3e4692691ddb2.tar.gz
STC-modified-930b89eb6ebd4916ab63cd7d6ff3e4692691ddb2.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 49b98581..1a249cf6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Headers only library with the most useful data structures: string, dynamic vecto
The map is using open hashing with a novel probing strategy (fibonacci sequence), which is as efficient as quadratic probing, but has none of its limitations (max half full table, and prime number table length only requirements).
-The library has a very intuitive and straight forward API, and as mentioned is fully type safe. It uses "overloadable macros", to simplify usage.
+The library has an intuitive and straight forward API, and is fully type safe. It uses "overloadable macros", to simplify usage.
Usage
-----