Skip to content

Commit 9f4d365

Browse files
committed
"in the a project" should be "in a project"
1 parent 8fdcce3 commit 9f4d365

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
@@ -122,7 +122,7 @@ The next type we'll look at is the tree, which solves the problem of storing the
122122
Git stores content in a manner similar to a UNIX filesystem, but a bit simplified.
123123
All the content is stored as tree and blob objects, with trees corresponding to UNIX directory entries and blobs corresponding more or less to inodes or file contents.
124124
A single tree object contains one or more tree entries, each of which contains a SHA-1 pointer to a blob or subtree with its associated mode, type, and filename.
125-
For example, the most recent tree in the a project may look something like this:
125+
For example, the most recent tree in a project may look something like this:
126126

127127
[source,console]
128128
----

0 commit comments

Comments
 (0)