Skip to content

Commit ab7f3c9

Browse files
authored
Fix a typo in a docstring (#31)
1 parent df1ae5d commit ab7f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git_function.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Return a `Cmd` for running Git.
66
## Example
77
88
```julia
9-
julia> run(`$(git())` clone https://github.com/JuliaVersionControl/GitCommand.jl)
9+
julia> run(`$(git()) clone https://github.com/JuliaRegistries/General`)
1010
```
1111
"""
1212
function git(; adjust_PATH::Bool = true, adjust_LIBPATH::Bool = true)

0 commit comments

Comments
 (0)