mirror of
https://github.com/Stone-Red-Code/CuteUtils.git
synced 2026-09-08 07:46:11 +02:00
Fix multiple spelling mistakes and inconsistencies
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
namespace CuteUtils.Tests.Misc;
|
||||
|
||||
[TestClass]
|
||||
public class BoolExtentionsTests
|
||||
public class BoolExtensionsTests
|
||||
{
|
||||
[TestMethod]
|
||||
public void OneWayTrue_ShouldSetValueToTrue_WhenInputIsTrue()
|
||||
+1
-1
@@ -5,7 +5,7 @@ using System.Text;
|
||||
namespace CuteUtils.Tests.Misc;
|
||||
|
||||
[TestClass]
|
||||
public class CollectionExtentionsTests
|
||||
public class CollectionExtensionsTests
|
||||
{
|
||||
private StringBuilder consoleOutput = null!;
|
||||
|
||||
Reference in New Issue
Block a user