Skip to content

Commit

Permalink
Add params keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
jairbubbles committed Nov 22, 2021
1 parent 44a1f22 commit 5b92d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibGit2Sharp/GlobalSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public static void SetUserAgent(string userAgent)
/// to support repositories with the `noop` extension but does want to support repositories with the `newext` extension.
/// </remarks>
/// <param name="extensions">Supported extensions</param>
public static void SetExtensions(string[] extensions)
public static void SetExtensions(params string[] extensions)
{
Proxy.git_libgit2_opts_set_extensions(extensions);
}
Expand Down

0 comments on commit 5b92d55

Please sign in to comment.