Skip to content

Commit

Permalink
fix typo in @cmd docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Nov 24, 2024
1 parent 0bedaae commit 2c9985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/cmd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ end
"""
@cmd str
Similar to `cmd`, generate a `Cmd` from the `str` string which represents the shell command(s) to be executed.
Similar to `Cmd`, generate a `Cmd` from the `str` string which represents the shell command(s) to be executed.
The [`Cmd`](@ref) object can be run as a process and can outlive the spawning julia process (see `Cmd` for more).
# Examples
Expand Down

0 comments on commit 2c9985f

Please sign in to comment.