Skip to content

Commit ae52573

Browse files
authored
Merge pull request #726 from saadlu/fix-figure-title
Fix figure title
2 parents d45fab1 + d18eb27 commit ae52573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ $ find .git/objects -type f
328328

329329
If you follow all the internal pointers, you get an object graph something like this:
330330

331-
.All the objects in your Git directory.
332-
image::images/data-model-3.png[All the objects in your Git directory.]
331+
.All the reachable 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)