Skip to content

Commit 1ab094b

Browse files
committed
Corrected bad xml formatting
Replaced missing '<' in xml documentation
1 parent b1901fb commit 1ab094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFramework.System.Net.Http/Http/System.Net.HttpUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private static bool IsSafe(char ch)
192192
/// <summary>
193193
/// Converts a string that has been encoded for transmission in a URL into a decoded string.
194194
/// </summary>
195-
/// <param name="str">The string to decode./param>
195+
/// <param name="str">The string to decode.</param>
196196
/// <returns>The decoded URL</returns>
197197
public static string UrlDecode(string str)
198198
{

0 commit comments

Comments
 (0)