Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Mar 3, 2023
1 parent 0672208 commit 8e3ebf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

partial class UnitExtensions
{
// TODO: Remove the obsoletes on v3.0
// TODO: Remove the obsoletes in v3.0

private const string ObsoleteMessage_InvokeThenToUnit = "This method is obsolete. Call InvokeAsFunc instead.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace System;

partial class UnitExtensions
{
// TODO: Remove the obsoletes on v3.0
// TODO: Remove the obsoletes in v3.0

private const string ObsoleteMessage_InvokeThenToUnitAsync = "This method is obsolete. Call InvokeAsFuncAsync instead.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace System;

partial class UnitExtensions
{
// TODO: Remove the obsoletes on v3.0
// TODO: Remove the obsoletes in v3.0

private const string ObsoleteMessage_InvokeThenToUnitValueAsync = "This method is obsolete. Call InvokeAsFuncValueAsync instead.";

Expand Down

0 comments on commit 8e3ebf2

Please sign in to comment.