Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Feb 4, 2025
1 parent 85c8306 commit 702813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Funcky.Xunit.v3/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FunctionalAssert.Left("failure", left);
[MemberData(nameof(OptionValues))]
public void Example(Option<int> option) { /* ... */ }

public static TheoryData<int> OptionValues()
public static TheoryData<Option<int>> OptionValues()
=> [
Option<int>.None,
Option.Some(10),
Expand Down

0 comments on commit 702813a

Please sign in to comment.