Skip to content

Commit 7de5123

Browse files
committed
🐛 fix(cmd): failing docstring code
1 parent cd2a959 commit 7de5123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::process::{Command, Output};
88
/// * `Result<Output, io::Error>` - The command output or an error
99
/// # Example
1010
/// ```
11-
/// use expression::utils::command::execute_shell_command;
11+
/// use expression::utils::cmd::execute;
1212
///
1313
/// let result = execute("ls -la");
1414
/// match result {

0 commit comments

Comments
 (0)