diff mbox series

[25/25] documentation: add missing parenthesis

Message ID d0192cc5a3dbe120437867666febfa37c908b7b0.1696747529.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit 5fbcdb2082ab5e154133048547c8f60c418b875c
Headers show
Series Documentation fixes | expand

Commit Message

Elijah Newren Oct. 8, 2023, 6:45 a.m. UTC
From: Elijah Newren <newren@gmail.com>

Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
---
 Documentation/git-remote-fd.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/git-remote-fd.txt b/Documentation/git-remote-fd.txt
index 94700b89be9..1dd2648a790 100644
--- a/Documentation/git-remote-fd.txt
+++ b/Documentation/git-remote-fd.txt
@@ -19,7 +19,7 @@  If only <infd> is given, it is assumed to be a bidirectional socket connected
 to a remote Git server (git-upload-pack, git-receive-pack, or
 git-upload-archive). If both <infd> and <outfd> are given, they are assumed
 to be pipes connected to a remote Git server (<infd> being the inbound pipe
-and <outfd> being the outbound pipe.
+and <outfd> being the outbound pipe).
 
 It is assumed that any handshaking procedures have already been completed
 (such as sending service request for git://) before this helper is started.