Skip to content

Commit 495e204

Browse files
tolbonRon Petrusha
authored andcommitted
Remove useless ` char on WebUtility.xml docs (dotnet#4047)
1 parent a924ae6 commit 495e204

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Net/WebUtility.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,13 @@
351351
352352
URL encoding replaces all character codes except for letters, numbers, and the following punctuation characters:
353353
354-
- `-` (minus sign`)`
354+
- `-` (minus sign)
355355
356-
- `_` (underscore`)`
356+
- `_` (underscore)
357357
358-
- `.` (period`)`
358+
- `.` (period)
359359
360-
- `!` (exclamation point`)`
360+
- `!` (exclamation point)
361361
362362
- \* (asterisk)
363363

0 commit comments

Comments
 (0)