Skip to content

Commit 3700d04

Browse files
committed
ObjectDatabase: update method documentation
Update the method documentation for `ObjectDatabase.Write` to be consistent with the other methods.
1 parent 1e57230 commit 3700d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/ObjectDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public int Provider(IntPtr content, int max_length, IntPtr data)
178178
}
179179

180180
/// <summary>
181-
/// Write an object to the object database
181+
/// Writes an object to the object database.
182182
/// </summary>
183183
/// <param name="data">The contents of the object</param>
184184
/// <typeparam name="T">The type of object to write</typeparam>

0 commit comments

Comments
 (0)