Skip to content

Commit 5b92d55

Browse files
committed
Add params keyword
1 parent 44a1f22 commit 5b92d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/GlobalSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public static void SetUserAgent(string userAgent)
391391
/// to support repositories with the `noop` extension but does want to support repositories with the `newext` extension.
392392
/// </remarks>
393393
/// <param name="extensions">Supported extensions</param>
394-
public static void SetExtensions(string[] extensions)
394+
public static void SetExtensions(params string[] extensions)
395395
{
396396
Proxy.git_libgit2_opts_set_extensions(extensions);
397397
}

0 commit comments

Comments
 (0)