Skip to content

Commit

Permalink
FIx comment
Browse files Browse the repository at this point in the history
- Extracted from #304.

***NO_CI***
  • Loading branch information
josesimoes authored Oct 23, 2023
1 parent 28de18e commit 41d021b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nanoFramework.Azure.Devices.Client/HttpUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private static bool IsSafe(char ch)
/// <summary>
/// Converts a string that has been encoded for transmission in a URL into a decoded string.
/// </summary>
/// <param name="str">The string to decode./param>
/// <param name="str">The string to decode.</param>
/// <returns>The decoded URL</returns>
public static string UrlDecode(string str)
{
Expand Down Expand Up @@ -373,4 +373,4 @@ public static int HexToInt(char h)
return -1;
}
}
}
}

0 comments on commit 41d021b

Please sign in to comment.