Skip to content

Commit d05207e

Browse files
hovinenbcopybara-github
authored andcommitted
Fix a link in the README.md file.
It was pointing to `Result`, which does not match the link specification at the bottom of the file. Thus it was not rendering as a link but rather in square brackets. PiperOrigin-RevId: 558086268
1 parent 13a25b0 commit d05207e

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
@@ -44,7 +44,7 @@ To make an assertion using a matcher, GoogleTest offers three macros:
4444
failed, but allows the test to continue running (called a _non-fatal
4545
assertion_). It requires the use of the [`googletest::test`] attribute macro
4646
on the test itself.
47-
* [`verify_that!`] has no side effects and evaluates to a [`Result`] whose
47+
* [`verify_that!`] has no side effects and evaluates to a [`Result<()>`] whose
4848
`Err` variant describes the assertion failure, if there is one. In
4949
combination with the
5050
[`?` operator](https://doc.rust-lang.org/reference/expressions/operator-expr.html#the-question-mark-operator),

0 commit comments

Comments
 (0)