summaryrefslogtreecommitdiffstats
path: root/libraries/robin-map
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 16:39:53 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 16:39:53 -0400
commit7ed0385b7465aeb1267790f903c71918e9e78efd (patch)
tree61951c9a5b1f2392fc2395251fb5a09fb5e5d618 /libraries/robin-map
parente0861c47337ee7056ee4251397dff8291a8b8097 (diff)
downloadslackbuilds-7ed0385b7465aeb1267790f903c71918e9e78efd.tar.gz
slackbuilds-7ed0385b7465aeb1267790f903c71918e9e78efd.tar.xz
libraries/robin-map: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/robin-map')
-rw-r--r--libraries/robin-map/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/robin-map/README b/libraries/robin-map/README
index 724f3decf3..ef0cbe958e 100644
--- a/libraries/robin-map/README
+++ b/libraries/robin-map/README
@@ -1,3 +1,3 @@
-The robin-map library is a C++ implementation of a fast hash map and hash set
-using open-addressing and linear robin hood hashing with backward shift deletion
-to resolve collisions.
+The robin-map library is a C++ implementation of a fast hash map and
+hash set using open-addressing and linear robin hood hashing with
+backward shift deletion to resolve collisions.