Skip to content

Commit 0b3cff8

Browse files
jalil-salamesunshowers
authored andcommitted
fix(doctests): Small typo in doctest
Raw string did not have matching `"`
1 parent 342ea88 commit 0b3cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
//!
6060
//! datatest_stable::harness!(
6161
//! my_test, "path/to/fixtures", r"^.*/*",
62-
//! my_test_utf8, "path/to/fixtures", r"^.*/*,
62+
//! my_test_utf8, "path/to/fixtures", r"^.*/*",
6363
//! );
6464
//! ```
6565
//!

0 commit comments

Comments
 (0)