Skip to content

Commit 42b4a36

Browse files
Merge pull request #12 from nabijaczleweli/patch-1
Fix typo in README.md
2 parents 0e4c357 + 8b6029b commit 42b4a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ String assertions in Snowhouse are used to verify the values of STL strings (std
138138
Used to verify that actual is equal to an expected value.
139139
140140
```cpp
141-
Assert:That(actual_str, Equals("foo"));
141+
AssertThat(actual_str, Equals("foo"));
142142
AssertThat(actual_str, Is().EqualTo("foo"));
143143
```
144144

0 commit comments

Comments
 (0)