Skip to content

Commit 810fb81

Browse files
authored
Fix typo
1 parent 7a7231c commit 810fb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ Verifies that *`expression`* is a success `HRESULT`.
515515
### EXPECT_HRESULT_FAILED {#EXPECT_HRESULT_FAILED}
516516
517517
`EXPECT_HRESULT_FAILED(`*`expression`*`)` \
518-
`EXPECT_HRESULT_FAILED(`*`expression`*`)`
518+
`ASSERT_HRESULT_FAILED(`*`expression`*`)`
519519
520520
Verifies that *`expression`* is a failure `HRESULT`.
521521

0 commit comments

Comments
 (0)