summaryrefslogtreecommitdiff
path: root/doc/html/unordered/rationale.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/unordered/rationale.html')
-rw-r--r--doc/html/unordered/rationale.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/unordered/rationale.html b/doc/html/unordered/rationale.html
index 15f51aceba..22b0607b95 100644
--- a/doc/html/unordered/rationale.html
+++ b/doc/html/unordered/rationale.html
@@ -7,7 +7,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../unordered.html" title="Chapter&#160;44.&#160;Boost.Unordered">
-<link rel="prev" href="compliance.html" title="C++11 Compliance">
+<link rel="prev" href="compliance.html" title="Standard Compliance">
<link rel="next" href="changes.html" title="Change Log">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -33,7 +33,7 @@
decisions to make. The priorities are conformance to the standard and portability.
</p>
<p>
- The <a href="http://en.wikipedia.org/wiki/Hash_table" target="_top">wikipedia article
+ The <a href="http://en.wikipedia.org/wiki/Hash_table" target="_top">Wikipedia article
on hash tables</a> has a good summary of the implementation issues for
hash tables in general.
</p>
@@ -110,7 +110,7 @@
alternative technique.
</p>
<p>
- Currently this is only done on 64 bit architecures, where prime number modulus
+ Currently this is only done on 64 bit architectures, where prime number modulus
can be expensive. Although this varies depending on the architecture, so I
probably should revisit it.
</p>