Skip to content

Commit 41d021b

Browse files
authored
FIx comment
- Extracted from #304. ***NO_CI***
1 parent 28de18e commit 41d021b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nanoFramework.Azure.Devices.Client/HttpUtility.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private static bool IsSafe(char ch)
201201
/// <summary>
202202
/// Converts a string that has been encoded for transmission in a URL into a decoded string.
203203
/// </summary>
204-
/// <param name="str">The string to decode./param>
204+
/// <param name="str">The string to decode.</param>
205205
/// <returns>The decoded URL</returns>
206206
public static string UrlDecode(string str)
207207
{
@@ -373,4 +373,4 @@ public static int HexToInt(char h)
373373
return -1;
374374
}
375375
}
376-
}
376+
}

0 commit comments

Comments
 (0)