Skip to content

Commit 28ee9c5

Browse files
authored
Update HttpUtility.JavaScriptStringEncode method documentation to match with the implementation
dotnet/runtime#100248
1 parent c0e09e1 commit 28ee9c5

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
@@ -665,7 +665,7 @@
665665
<format type="text/markdown"><![CDATA[
666666
667667
## Remarks
668-
This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\'` and `\"` in the encoded string.
668+
This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\u0027` and `\"` in the encoded string.
669669
670670
]]></format>
671671
</remarks>

0 commit comments

Comments
 (0)