Skip to content

Commit

Permalink
"in the a project" should be "in a project"
Browse files Browse the repository at this point in the history
  • Loading branch information
petsuter committed Oct 26, 2014
1 parent 8fdcce3 commit 9f4d365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/10-git-internals/sections/objects.asc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The next type we'll look at is the tree, which solves the problem of storing the
Git stores content in a manner similar to a UNIX filesystem, but a bit simplified.
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.
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.
For example, the most recent tree in the a project may look something like this:
For example, the most recent tree in a project may look something like this:

[source,console]
----
Expand Down

0 comments on commit 9f4d365

Please sign in to comment.