Skip to content

Commit 4081885

Browse files
kzubording
andauthored
Update LibGit2Sharp/Configuration.cs
Co-Authored-By: Brandon Ording <bording@gmail.com>
1 parent 6a8463e commit 4081885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public virtual bool Unset(string key, ConfigurationLevel level)
254254
}
255255

256256
/// <summary>
257-
/// Unset a configuration values in a multivar variable (key and value) in the local configuration.
257+
/// Unset all configuration values in a multivar variable (key and value) in the local configuration.
258258
/// </summary>
259259
/// <param name="key">The key to unset.</param>
260260
public virtual bool UnsetAll(string key)

0 commit comments

Comments
 (0)