summaryrefslogtreecommitdiff
path: root/libs/bimap/doc/bimap_and_boost.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bimap/doc/bimap_and_boost.qbk')
-rw-r--r--libs/bimap/doc/bimap_and_boost.qbk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/bimap/doc/bimap_and_boost.qbk b/libs/bimap/doc/bimap_and_boost.qbk
index d6d8929c4..8737cbf6d 100644
--- a/libs/bimap/doc/bimap_and_boost.qbk
+++ b/libs/bimap/doc/bimap_and_boost.qbk
@@ -36,7 +36,7 @@ With Boost.Bimap, you can build associative containers in which both
types can be used as key. There is a library in Boost that already
allows the creation of this kind of container: Boost.MultiIndex. It
offers great flexibility and lets you construct almost any container
-that you could dream of. The framework is very clean. You migh want to
+that you could dream of. The framework is very clean. You might want to
read this library's tutorial to learn about the power that has been
achieved.