8000 fix xml document · ryanrousseau/libgit2sharp@625d80a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit 625d80a

Browse files
committed
fix xml document
1 parent cec9fee commit 625d80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Blob.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal Blob(Repository repo, ObjectId id)
2929
/// <summary>
3030
/// Gets the size in bytes of the raw content of a blob.
3131
/// <para> Please note that this would load entire blob content in the memory to compute the Size.
32-
/// In order to read blob size from header, Repository.ObjectMetadata.RetrieveObjectMetadata(Blob.Id).Size
32+
/// In order to read blob size from header, Repository.ObjectDatabase.RetrieveObjectMetadata(Blob.Id).Size
3333
/// can be used.
3434
/// </para>
3535
/// </summary>

0 commit comments

Comments
 (0)
0