Merge pull request #62 from olgeni/quoting-fix

Fix quoting in documentation string.
diff --git a/src/recon_alloc.erl b/src/recon_alloc.erl
index 09a028e..f1ed745 100644
--- a/src/recon_alloc.erl
+++ b/src/recon_alloc.erl
@@ -380,7 +380,7 @@
 %% @doc returns a dump of all allocator settings and values modified
 %%      depending on the argument.
 %% <ul>
-%%   <li>`types` report the settings and accumulated values for each
+%%   <li>`types' report the settings and accumulated values for each
 %%       allocator type. This is useful when looking for anomalies
 %%       in the system as a whole and not specific instances.</li>
 %% </ul>