Skip to content

Commit 7121a87

Browse files
authored
Update HttpUtility.JavaScriptStringEncode method documentation to match with the implementation (#9901)
dotnet/runtime#100248
1 parent d60a8c2 commit 7121a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Web/HttpUtility.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
<format type="text/markdown"><![CDATA[
654654
655655
## Remarks
656-
This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\'` and `\"` in the encoded string.
656+
This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\u0027` and `\"` in the encoded string.
657657
658658
]]></format>
659659
</remarks>

0 commit comments

Comments
 (0)