From e3602036f344253d0d3a19b74c6251554e0f4acb Mon Sep 17 00:00:00 2001 From: Ori Rawlings Date: Mon, 27 Nov 2017 09:14:24 -0600 Subject: plumbing/transport: Fix truncated comment in Endpoint --- plumbing/transport/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit