Skip to content

Commit 0996518

Browse files
committed
docs: fix test placeholder
1 parent 02cfd7c commit 0996518

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
@@ -10,7 +10,7 @@
1010
//!
1111
//! let _lock = lock_test();
1212
//! let _test = set_env(OsString::from("ENV_KEY"), "value");
13-
//! // Do your test here ...
13+
//! // Put your test logic here ...
1414
//! ```
1515
//!
1616
//! Complete examples can be found in `examples/` directory of this crate.

0 commit comments

Comments
 (0)