Skip to content

Commit afc7e72

Browse files
authored
typo fix in documentation (#41838)
1 parent e87e30c commit afc7e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/running-external-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ julia> run(Cmd(`sh -c "echo foo \$HOWLONG"`, env=("HOWLONG" => "ever!",)));
399399
foo ever!
400400
```
401401

402-
See `[`Cmd`](@ref)` for additional keyword arguments. The [`setenv`](@ref) and [`addenv`](@ref) commands
402+
See [`Cmd`](@ref) for additional keyword arguments. The [`setenv`](@ref) and [`addenv`](@ref) commands
403403
provide another means for replacing or adding to the `Cmd` execution environment variables, respectively:
404404

405405
```jldoctest

0 commit comments

Comments
 (0)