corrected a few docblock comments to accurately reflect return values
removed some unneeded whitespace
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index f690c91..cde5f43 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -81,9 +81,10 @@
 	<li>Fixed a bug in the MySQLi driver when no port is specified</li>
 	<li>Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.</li>
 	<li>Fixed a bug in which identifers were not being escaped properly when reserved characters were used.</li>
-	<li>Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.</p>
+	<li>Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.</li>
 	<li>Fixed a bug where double dashes within tag attributes were being converted to em dash entities.</li>
 	<li>Fixed a bug where double spaces within tag attributes were being converted to non-breaking space entities.</li>
+	<li>Changed a few docblock comments to reflect actual return values.</li>
 </ul>