Skip to content

Commit 39102cf

Browse files
Nudingitster
authored andcommitted
docs: fix minor glitch in illustration
In the example by Jon Loeliger the selector 'A^2' was duplicated. This might confuse readers. Signed-off-by: Michael F. Schönitzer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b86a4be commit 39102cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/revisions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ G H I J
233233

234234
A = = A^0
235235
B = A^ = A^1 = A~1
236-
C = A^2 = A^2
236+
C = = A^2
237237
D = A^^ = A^1^1 = A~2
238238
E = B^2 = A^^2
239239
F = B^3 = A^^3

0 commit comments

Comments
 (0)