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

Commit e360203

Browse files
committed
plumbing/transport: Fix truncated comment in Endpoint
1 parent 4e51e9e commit e360203

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)