Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAimeast <lixd3389@gmail.com>2016-01-04 18:42:53 +0300
committerAimeast <lixd3389@gmail.com>2016-01-04 18:42:53 +0300
commit625d80a9da0b4298a19a7474ace19a1a59994bff (patch)
treeeff617baf22c9856d34c6df4a6ae69ed78724f6f
parentcec9feed14e13fa7d669e222f6700f09952fb010 (diff)
fix xml document
-rw-r--r--LibGit2Sharp/Blob.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Blob.cs b/LibGit2Sharp/Blob.cs
index 18f38479..9b14cb50 100644
--- a/LibGit2Sharp/Blob.cs
+++ b/LibGit2Sharp/Blob.cs
@@ -29,7 +29,7 @@ namespace LibGit2Sharp
/// <summary>
/// Gets the size in bytes of the raw content of a blob.
/// <para> Please note that this would load entire blob content in the memory to compute the Size.
- /// In order to read blob size from header, Repository.ObjectMetadata.RetrieveObjectMetadata(Blob.Id).Size
+ /// In order to read blob size from header, Repository.ObjectDatabase.RetrieveObjectMetadata(Blob.Id).Size
/// can be used.
/// </para>
/// </summary>