Skip to content

Commit 424fe31

Browse files
committed
Fix typo in changelog
1 parent f48c0f4 commit 424fe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
3737
+Mock.Of<X>(x => x.GetFooAsync().Result.Bar == bar)
3838
```
3939

40-
This should work in all principal setup methods (`Mock.Of`, `mock.Setup…`, `mock.Verify…`). Support in `mock.Protected()` and for custom awaitable types may be added in the future. (@stakx, #1125)
40+
This should work in all principal setup methods (`Mock.Of`, `mock.Setup…`, `mock.Verify…`). Support in `mock.Protected()` and for custom awaitable types may be added in the future. (@stakx, #1126)
4141

4242
#### Changed
4343

0 commit comments

Comments
 (0)