Skip to content

Commit bc47fde

Browse files
Merge pull request rust-shell-script#11 from disco0/patch-1
Fix typo in Rust Cookbook link
2 parents 6dd12d8 + b3873dd commit bc47fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ scripts grow, they will ultimately be unmaintainable and no one wants to touch t
2222

2323
This cmd_lib library is trying to provide the redirection and piping capabilities, and other facilities to make writing
2424
shell-script like tasks easily without launching any shell. For the
25-
[rust cookbook examples](https://rust-lang-nursry.github.io/rust-cookbook/os/external.html),
25+
[rust cookbook examples](https://rust-lang-nursery.github.io/rust-cookbook/os/external.html),
2626
they can usually be implemented as one line of rust macro with the help of this library, as in the
2727
[examples/rust_cookbook_external.rs](https://github.com/rust-shell-script/rust_cmd_lib/blob/master/examples/rust_cookbook_external.rs).
2828
Since they are rust code, you can always rewrite them in rust natively in the future, if necessary without spawning external commands.

0 commit comments

Comments
 (0)