From f6d1de24ec6e7b1c759fa24483ffdd5a951276c2 Mon Sep 17 00:00:00 2001 From: komori556 Date: Thu, 8 Jul 2021 13:04:40 +0900 Subject: [PATCH] fix typo --- SampleLibrary/SampleTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SampleLibrary/SampleTest.cs b/SampleLibrary/SampleTest.cs index a463ba7..48e0b0d 100644 --- a/SampleLibrary/SampleTest.cs +++ b/SampleLibrary/SampleTest.cs @@ -13,7 +13,7 @@ namespace SampleLibrary public class SampleTest { /// - /// Checks wether all walls in the model have a valid volume + /// Checks whether all walls in the model have a valid volume /// [Fact] public void WallsHaveVolume()