From d2af22cc2106465592833299b10b055f60902ef2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 24 Aug 2026 14:45:40 -0700 Subject: [PATCH] rerere: technical documentation typofix Add missing preposition "in" to a sentence. Signed-off-by: Junio C Hamano --- Documentation/technical/rerere.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/technical/rerere.adoc b/Documentation/technical/rerere.adoc index 580f23360a..56ec7093f5 100644 --- a/Documentation/technical/rerere.adoc +++ b/Documentation/technical/rerere.adoc @@ -77,7 +77,7 @@ Sorting hunks ~~~~~~~~~~~~~ As before, let's imagine that a common ancestor had a file with line A -its early part, and line X in its late part. And then four branches +in its early part, and line X in its late part. And then four branches are forked that do these things: - AB: changes A to B