Skip to content

Commit 3662430

Browse files
committed
one last doc
1 parent f9843e4 commit 3662430

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
@@ -346,7 +346,7 @@ public virtual Commit CreateCommit(Signature author, Signature committer, string
346346
/// <param name="tree">The <see cref="Tree"/> of the <see cref="Commit"/> to be created.</param>
347347
/// <param name="parents">The parents of the <see cref="Commit"/> to be created.</param>
348348
/// <param name="prettifyMessage">True to prettify the message, or false to leave it as is.</param>
349-
/// <param name="commentChar">Character that lines start with to be stripped if prettifyMessage is true.</param>
349+
/// <param name="commentChar">When non null, lines starting with this character will be stripped if prettifyMessage is true.</param>
350350
/// <returns>The created <see cref="Commit"/>.</returns>
351351
public virtual Commit CreateCommit(Signature author, Signature committer, string message, Tree tree, IEnumerable<Commit> parents, bool prettifyMessage, char? commentChar)
352352
{

0 commit comments

Comments
 (0)