Skip to content

Commit c05fc29

Browse files
jamillnulltoken
authored andcommitted
Fix typo in BareRepositoryException
1 parent a62916a commit c05fc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/BareRepositoryException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public BareRepositoryException(string message, Exception innerException)
3838
}
3939

4040
/// <summary>
41-
/// Initializes a new instance of the <see cref = "LibGit2Sharp.AmbiguousException" /> class with a serialized data.
41+
/// Initializes a new instance of the <see cref = "LibGit2Sharp.BareRepositoryException" /> class with a serialized data.
4242
/// </summary>
4343
/// <param name = "info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
4444
/// <param name = "context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>

0 commit comments

Comments
 (0)