summaryrefslogtreecommitdiff
path: root/libs/fusion/doc/html/fusion/container/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fusion/doc/html/fusion/container/map.html')
-rw-r--r--libs/fusion/doc/html/fusion/container/map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fusion/doc/html/fusion/container/map.html b/libs/fusion/doc/html/fusion/container/map.html
index 86e8ace6e..4577cb048 100644
--- a/libs/fusion/doc/html/fusion/container/map.html
+++ b/libs/fusion/doc/html/fusion/container/map.html
@@ -32,7 +32,7 @@
</h5>
<p>
map is an <a class="link" href="../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
- Sequence</a> of heteregenous typed data elements. Each element is a key/data
+ Sequence</a> of heterogeneous typed data elements. Each element is a key/data
pair (see <a class="link" href="../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">pair</span></code></a>)
where the key has no data (type only). Type identity is used to impose an
equivalence relation on keys. A map may contain at most one element for each