diff mbox series

[1/4] format-patch docs: avoid use of parentheses to improve readability

Message ID 25b90d065744c01da3f37b6966fd97d699931f6b.1713324598.git.dsimic@manjaro.org (mailing list archive)
State New
Headers show
Series format-patch: fix an option coexistence bug and add new --resend option | expand

Commit Message

Dragan Simic April 17, 2024, 3:32 a.m. UTC
In general, using the parentheses disrupts the flow and reduces readability,
so they should be avoided whenever possible.  The improved sentence is a clear
example, in which the adjustment is obvious and simple.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
---
 Documentation/git-format-patch.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 728bb3821c17..a5019ab46926 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -239,8 +239,8 @@  the patches (with a value of e.g. "PATCH my-project").
 	variable, or 64 if unconfigured.
 
 --rfc::
-	Prepends "RFC" to the subject prefix (producing "RFC PATCH" by
-	default). RFC means "Request For Comments"; use this when sending
+	Prepends "RFC" to the subject prefix, producing "RFC PATCH" by
+	default.  RFC means "Request For Comments"; use this when sending
 	an experimental patch for discussion rather than application.
 
 -v <n>::