diff --git a/LibGit2Sharp/Repository.cs b/LibGit2Sharp/Repository.cs index e37c9100c..b2df94152 100644 --- a/LibGit2Sharp/Repository.cs +++ b/LibGit2Sharp/Repository.cs @@ -604,7 +604,7 @@ public static IEnumerable ListRemoteReferences(string url, Credential /// The lookup start from and walk upward parent directories if nothing has been found. /// /// The base path where the lookup starts. - /// The path to the git repository. + /// The path to the git repository, or null if no repository was found. public static string Discover(string startingPath) { FilePath discoveredPath = Proxy.git_repository_discover(startingPath);