Skip to content

Commit d45e4c6

Browse files
author
Sebastian Thiel
committed
Improve documentation
1 parent 5927784 commit d45e4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ pub fn that<T: AsRef<OsStr> + Sized>(path: T) -> io::Result<ExitStatus> {
109109
}
110110

111111
/// Convenience function for opening the passed path in a new thread.
112+
/// See documentation of `that(...)` for more details.
112113
pub fn that_in_background<T: AsRef<OsStr> + Sized>(
113114
path: T,
114115
) -> thread::JoinHandle<io::Result<ExitStatus>> {

0 commit comments

Comments
 (0)