diff --git a/make_shared_array.html b/make_shared_array.html
index fb75790..326bb10 100644
--- a/make_shared_array.html
+++ b/make_shared_array.html
@@ -18,7 +18,7 @@
allocate_shared
were for efficient allocation of single
objects only. There was a need to have efficient, single, allocation of
arrays. One criticism of shared_array was
- always the lack of a make_shared utility
+ always the lack of a make_shared utility
which ensures only a single allocation for an array.
The header files <boost/smart_ptr/make_shared_array.hpp> and <boost/smart_ptr/allocate_shared_array.hpp> provide new function