8000 Merge pull request #1252 from Aimeast/vNext · leoniDEV/libgit2sharp@327dbff · GitHub
[go: up one dir, main page]

Skip to content

Commit 327dbff

Browse files
author
Edward Thomson
committed
Merge pull request libgit2#1252 from Aimeast/vNext
fix xml document
2 parents 2378e3e + 625d80a commit 327dbff

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