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 28de18e commit 41d021bCopy full SHA for 41d021b
nanoFramework.Azure.Devices.Client/HttpUtility.cs
@@ -201,7 +201,7 @@ private static bool IsSafe(char ch)
201
/// <summary>
202
/// Converts a string that has been encoded for transmission in a URL into a decoded string.
203
/// </summary>
204
- /// <param name="str">The string to decode./param>
+ /// <param name="str">The string to decode.</param>
205
/// <returns>The decoded URL</returns>
206
public static string UrlDecode(string str)
207
{
@@ -373,4 +373,4 @@ public static int HexToInt(char h)
373
return -1;
374
}
375
376
-}
+}
0 commit comments