summaryrefslogtreecommitdiff
path: root/CodingReadme
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-02-14 11:02:11 +0100
committerClifford Wolf <clifford@clifford.at>2016-02-14 11:02:11 +0100
commit85fe6d176f8ebbb4012510f987e7c207e08e3818 (patch)
treed6ea611bdb8758a82f5d04c6a3b6ec4206a7fca7 /CodingReadme
parent0761ad6e1847ceb98848f7a2ce21a4450d54a05c (diff)
Updated command reference in manual
Diffstat (limited to 'CodingReadme')
-rw-r--r--CodingReadme2
1 files changed, 1 insertions, 1 deletions
diff --git a/CodingReadme b/CodingReadme
index 5d5d9b32..ba184be5 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