Skip to content

Commit d18eb27

Browse files
committed
Fix secondary title
1 parent 0b0c277 commit d18eb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/objects.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ $ find .git/objects -type f
329329
If you follow all the internal pointers, you get an object graph something like this:
330330

331331
.All the reachable objects in your Git directory.
332-
image::images/data-model-3.png[All the objects in your Git directory.]
332+
image::images/data-model-3.png[All the reachable objects in your Git directory.]
333333

334334
==== Object Storage
335335

0 commit comments

Comments
 (0)