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

Commit 147a1b7

Browse files
authored
Merge pull request #664 from orirawlings/fixTruncatedDoc
plumbing/transport: Fix truncated comment in Endpoint
2 parents 4e51e9e + e360203 commit 147a1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plumbing/transport/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type ReceivePackSession interface {
9494

9595
// Endpoint represents a Git URL in any supported protocol.
9696
type Endpoint struct {
97-
// Protocol is the protocol of the endpoint (e.g. git, https, file). I
97+
// Protocol is the protocol of the endpoint (e.g. git, https, file).
9898
Protocol string
9999
// User is the user.
100100
User string

0 commit comments

Comments
 (0)