This commit is contained in:
Janusz Białobrzewski 2013-10-20 20:19:12 +02:00
Родитель bd736e2d13
Коммит abc7b61b87
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ namespace LibGit2Sharp
/// <summary>
/// Gets the normalized path to the working directory.
/// <para>
/// Is the repository is bare, null is returned.
/// If the repository is bare, null is returned.
/// </para>
/// </summary>
public virtual string WorkingDirectory { get; private set; }