Skip to content

Commit d76cf30

Browse files
fix typo
1 parent edb903a commit d76cf30

File tree

1 file changed

+1
-1
lines changed
  • tests/fsharp/core/fsfromfsviacs

1 file changed

+1
-1
lines changed

tests/fsharp/core/fsfromfsviacs/lib2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class ApiWrapper
6767
{
6868
public static Tuple<FSharpOption<T>, FSharpOption<int>> MethodWithOptionalParams<T>(T value1, int value2)
6969
{
70-
return OptinalParameterTests.API.MethodWithOptionalParams<T>(value1 = value1, value2 = value2);
70+
return OptionalParameterTests.API.MethodWithOptionalParams<T>(value1 = value1, value2 = value2);
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)