diff --git a/nanoFramework.Azure.Devices.Client/HttpUtility.cs b/nanoFramework.Azure.Devices.Client/HttpUtility.cs
index d32c367..5fdeab5 100644
--- a/nanoFramework.Azure.Devices.Client/HttpUtility.cs
+++ b/nanoFramework.Azure.Devices.Client/HttpUtility.cs
@@ -201,7 +201,7 @@ private static bool IsSafe(char ch)
///
/// Converts a string that has been encoded for transmission in a URL into a decoded string.
///
- /// The string to decode./param>
+ /// The string to decode.
/// The decoded URL
public static string UrlDecode(string str)
{
@@ -373,4 +373,4 @@ public static int HexToInt(char h)
return -1;
}
}
-}
\ No newline at end of file
+}