Skip to content

Commit fd9a3fd

Browse files
committed
Corrected typo
1 parent cefe25c commit fd9a3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Git.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828
Git.git([d])
2929
3030
Return a Git command that refers to the work tree and directory given by `d`, or the
31-
current work tree and directory of `d` is not specified.
31+
current work tree and directory if `d` is not specified.
3232
"""
3333
git() = gitcmd
3434
function git(d)

0 commit comments

Comments
 (0)