Skip to content

Commit 6c50b15

Browse files
committed
docs: Fix link
1 parent 03e7a27 commit 6c50b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/snapbox/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//! ## Getting Started
2626
//!
2727
//! Testing Functions:
28-
//! - [`assert_eq`][crate::assert_eq] and [`assert_matches`] for reusing diffing / pattern matching for non-snapshot testing
28+
//! - [`assert_eq`][crate::assert_eq()] and [`assert_matches`] for reusing diffing / pattern matching for non-snapshot testing
2929
//! - [`assert_eq_path`][crate::assert_eq_path] and [`assert_matches_path`] for one-off assertions with the snapshot stored in a file
3030
//! - [`harness::Harness`] for discovering test inputs and asserting against snapshot files:
3131
//!

0 commit comments

Comments
 (0)