Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelEstevamReis committed Oct 20, 2020
1 parent 82ee24c commit a3bb338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Simple.Lib/Helper/UriHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class UriHelper
/// </summary>
/// <param name="parent">Base Uri</param>
/// <param name="relative">Relative Url</param>
/// <param name="RemoveWhitespace">Indicates whenever it should remove all whitespaces from Url before comining</param>
/// <param name="RemoveWhitespace">Indicates whenever it should remove all whitespaces from Url before combining</param>
/// <returns>New combined Uri</returns>
public static Uri Combine(this Uri parent, string relative, bool RemoveWhitespace = false)
{
Expand Down
2 changes: 1 addition & 1 deletion Simple.Lib/Simple.Lib.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3bb338

Please sign in to comment.