Skip to content

Commit d4b7960

Browse files
committed
SQUASH??? fix xml that does not validate
1 parent 70943a6 commit d4b7960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gitdatamodel.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ means when the documentation says "object", "reference" or "index".
1818

1919
Git's core operations use 4 kinds of data:
2020

21-
1. <<objects,Objects>>: commits, trees, blobs, and tag objects
21+
1. <<object,Objects>>: commits, trees, blobs, and tag objects
2222
2. <<references,References>>: branches, tags,
2323
remote-tracking branches, etc
2424
3. <<index,The index>>, also known as the staging area
2525
4. <<reflogs,Reflogs>>: logs of changes to references ("ref log")
2626
27-
[[objects]]
27+
[[object]]
2828
OBJECTS
2929
-------
3030

0 commit comments

Comments
 (0)