diff options
author | Ori Rawlings <orirawlings@gmail.com> | 2017-11-27 09:14:24 -0600 |
---|---|---|
committer | Ori Rawlings <orirawlings@gmail.com> | 2017-11-27 09:14:24 -0600 |
commit | e3602036f344253d0d3a19b74c6251554e0f4acb (patch) | |
tree | 8c4ef3481eb517f51da04080b8b80d31a819a100 /plumbing/transport/common.go | |
parent | 4e51e9e877e4e70c320bdda7e44d61618c6ae900 (diff) | |
download | go-git-e3602036f344253d0d3a19b74c6251554e0f4acb.tar.gz |
plumbing/transport: Fix truncated comment in Endpoint
Diffstat (limited to 'plumbing/transport/common.go')
-rw-r--r-- | plumbing/transport/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/transport/common.go b/plumbing/transport/common.go index f3ef4e6..cc9682f 100644 --- a/plumbing/transport/common.go +++ b/plumbing/transport/common.go @@ -94,7 +94,7 @@ type ReceivePackSession interface { // Endpoint represents a Git URL in any supported protocol. type Endpoint struct { - // Protocol is the protocol of the endpoint (e.g. git, https, file). I + // Protocol is the protocol of the endpoint (e.g. git, https, file). Protocol string // User is the user. User string |