Skip to content

Commit ee88946

Browse files
committed
docs: Clarify cargo_bin_cmd
Fixes #254
1 parent 0cb383e commit ee88946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ macro_rules! cargo_bin {
6262
};
6363
}
6464

65-
/// The absolute path to a binary target's executable.
65+
/// A [`Command`][crate::Command] for the binary target's executable.
6666
///
6767
/// The `bin_target_name` is the name of the binary
6868
/// target, exactly as-is.

0 commit comments

Comments
 (0)