We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1901fb commit 1ab094bCopy full SHA for 1ab094b
nanoFramework.System.Net.Http/Http/System.Net.HttpUtility.cs
@@ -192,7 +192,7 @@ private static bool IsSafe(char ch)
192
/// <summary>
193
/// Converts a string that has been encoded for transmission in a URL into a decoded string.
194
/// </summary>
195
- /// <param name="str">The string to decode./param>
+ /// <param name="str">The string to decode.</param>
196
/// <returns>The decoded URL</returns>
197
public static string UrlDecode(string str)
198
{
0 commit comments