Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit c363771

Browse files
authored
Merge pull request #1175 from VladMasarik/vlad-typo-fix
config: added missing dot.
2 parents f9a3019 + 08dd45a commit c363771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/refspec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var (
1818
ErrRefSpecMalformedWildcard = errors.New("malformed refspec, mismatched number of wildcards")
1919
)
2020

21-
// RefSpec is a mapping from local branches to remote references
21+
// RefSpec is a mapping from local branches to remote references.
2222
// The format of the refspec is an optional +, followed by <src>:<dst>, where
2323
// <src> is the pattern for references on the remote side and <dst> is where
2424
// those references will be written locally. The + tells Git to update the

0 commit comments

Comments
 (0)