diff --git a/book/10-git-internals/sections/objects.asc b/book/10-git-internals/sections/objects.asc index bc21f1f44..8c7e5b373 100644 --- a/book/10-git-internals/sections/objects.asc +++ b/book/10-git-internals/sections/objects.asc @@ -328,8 +328,8 @@ $ find .git/objects -type f If you follow all the internal pointers, you get an object graph something like this: -.All the objects in your Git directory. -image::images/data-model-3.png[All the objects in your Git directory.] +.All the reachable objects in your Git directory. +image::images/data-model-3.png[All the reachable objects in your Git directory.] ==== Object Storage