Merge pull request #11 from komori556/feature/fix-typo-comment

fix typo
This commit is contained in:
Matteo Cominetti
2021-07-08 09:25:02 +01:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ namespace SampleLibrary
public class SampleTest
{
/// <summary>
/// Checks wether all walls in the model have a valid volume
/// Checks whether all walls in the model have a valid volume
/// </summary>
[Fact]
public void WallsHaveVolume()