diff --git a/xml/System.Web/HttpUtility.xml b/xml/System.Web/HttpUtility.xml index 5c0d9887958..dd5742844b4 100644 --- a/xml/System.Web/HttpUtility.xml +++ b/xml/System.Web/HttpUtility.xml @@ -665,7 +665,7 @@ <format type="text/markdown"><![CDATA[ ## Remarks - This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\'` and `\"` in the encoded string. + This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\u0027` and `\"` in the encoded string. ]]></format> </remarks>