Skip to content

Commit 2ae27e2

Browse files
authored
'it' replaced by 'is' in 10th chap, objects section
'it' replaced by 'is' in chapter 10, section 'objects', line 8th, word 4th
1 parent ec2a0c7 commit 2ae27e2

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
@@ -5,7 +5,7 @@ Git is a content-addressable filesystem.
55
Great.
66
What does that mean?
77
It means that at the core of Git is a simple key-value data store.
8-
What this means it that you can insert any kind of content into a Git repository, for which Git will hand you back a unique key you can use later to retrieve that content.
8+
What this means is that you can insert any kind of content into a Git repository, for which Git will hand you back a unique key you can use later to retrieve that content.
99

1010
As a demonstration, let's look at the plumbing command `git hash-object`, which takes some data, stores it in your `.git/objects` directory (the _object database_), and gives you back the unique key that now refers to that data object.
1111

0 commit comments

Comments
 (0)