Skip to content

Commit

Permalink
Fix typo in @cmd docstring (#56664)
Browse files Browse the repository at this point in the history
I'm not sure what `` `cmd` `` could refer to, but it would make sense to
refer to `` `str` `` in this case. I'm assuming it's a typo.
  • Loading branch information
LilithHafner authored Nov 28, 2024
1 parent 447dc2d commit 1ed2b98
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 ``` `str` ```, 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 1ed2b98

Please sign in to comment.