Skip to content

Commit

Permalink
DoubleExtensions: Fix typo, was DoubleExtentions (MudBlazor#8473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro authored Mar 26, 2024
1 parent b59465c commit 77c6f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace MudBlazor.Extensions
{
public static class DoubleExtentions
public static class DoubleExtensions
{
public static string ToInvariantString(this double input) => input.ToString(CultureInfo.InvariantCulture);
}
Expand Down

0 comments on commit 77c6f09

Please sign in to comment.