Skip to content

Commit b3c3d29

Browse files
gribozavrcopybara-github
authored andcommitted
Fix a typo in a doc comment
PiperOrigin-RevId: 654828196
1 parent 36bec37 commit b3c3d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/matchers/derefs_to_matcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub fn derefs_to<Inner>(inner: Inner) -> DerefsTo<Inner> {
3333
/// A matcher which derefs a value and verifies that the result matches the
3434
/// `inner` matcher.
3535
///
36-
/// See [`deref_to`].
36+
/// See [`derefs_to`].
3737
#[derive(MatcherBase)]
3838
pub struct DerefsTo<InnerT> {
3939
pub(crate) inner: InnerT,

0 commit comments

Comments
 (0)