Skip to content

Commit 5fbcdb2

Browse files
newrengitster
authored andcommitted
documentation: add missing parenthesis
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 798cddf commit 5fbcdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-remote-fd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If only <infd> is given, it is assumed to be a bidirectional socket connected
1919
to a remote Git server (git-upload-pack, git-receive-pack, or
2020
git-upload-archive). If both <infd> and <outfd> are given, they are assumed
2121
to be pipes connected to a remote Git server (<infd> being the inbound pipe
22-
and <outfd> being the outbound pipe.
22+
and <outfd> being the outbound pipe).
2323

2424
It is assumed that any handshaking procedures have already been completed
2525
(such as sending service request for git://) before this helper is started.

0 commit comments

Comments
 (0)