Skip to content

Commit 52c2d20

Browse files
committed
Fix review issue: another -> a different
1 parent 5773f4c commit 52c2d20

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
@@ -242,7 +242,7 @@ $ echo 'first commit' | git commit-tree d8329f
242242
fdf4fc3344e67ab068f836878b6c4951e3b15f3d
243243
----
244244

245-
You will get another hash value because of different creation time and author data.
245+
You will get a different hash value because of different creation time and author data.
246246
Replace commit and tag hashes with your own checksums further in this chapter.
247247
Now you can look at your new commit object with `cat-file`:
248248

0 commit comments

Comments
 (0)