From 85fe6d176f8ebbb4012510f987e7c207e08e3818 Mon Sep 17 00:00:00 2001 From: Clifford Wolf <clifford@clifford.at> Date: Sun, 14 Feb 2016 11:02:11 +0100 Subject: Updated command reference in manual --- CodingReadme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CodingReadme') diff --git a/CodingReadme b/CodingReadme index 5d5d9b32c..ba184be58 100644 --- a/CodingReadme +++ b/CodingReadme @@ -94,7 +94,7 @@ creates a bijective map from K to the integers. For example: It is not possible to remove elements from an idict. Finally mfp<K> implements a merge-find set data structure (aka. disjoint-set or -union–find) over the type K ("mfp" = merge-find-promote). +union-find) over the type K ("mfp" = merge-find-promote). 2. Standard STL data types -- cgit v1.2.3