diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-11-27 16:36:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 16:36:22 +0100 |
commit | 147a1b7d2e8a08d5c6228de0f98b3f5a1497f95a (patch) | |
tree | 8c4ef3481eb517f51da04080b8b80d31a819a100 | |
parent | 4e51e9e877e4e70c320bdda7e44d61618c6ae900 (diff) | |
parent | e3602036f344253d0d3a19b74c6251554e0f4acb (diff) | |
download | go-git-147a1b7d2e8a08d5c6228de0f98b3f5a1497f95a.tar.gz |
Merge pull request #664 from orirawlings/fixTruncatedDoc
plumbing/transport: Fix truncated comment in Endpoint
-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 |