We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312a1d2 commit 1040d64Copy full SHA for 1040d64
LibGit2Sharp.Tests/MetaFixture.cs
@@ -316,7 +316,7 @@ where p.IsOptional
316
317
foreach (var method in mis.Distinct())
318
{
319
- sb.AppendFormat("At least one overload of method '{0}' accepts an optional paramater.{1}",
+ sb.AppendFormat("At least one overload of method '{0}' accepts an optional parameter.{1}",
320
method, Environment.NewLine);
321
}
322
@@ -338,7 +338,7 @@ where p.IsOptional
338
339
340
341
- sb.AppendFormat("At least one constructor of type '{0}' accepts an optional paramater.{1}",
+ sb.AppendFormat("At least one constructor of type '{0}' accepts an optional parameter.{1}",
342
343
344
0 commit comments