Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK authored and jnyrup committed Apr 15, 2022
1 parent 192f48c commit 9e03620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/FluentAssertions/Execution/AssertionScope.cs
Expand Up @@ -205,7 +205,7 @@ public Continuation ClearExpectation()
{
expectation = null;

// SMELL: Isn't this always going to return null? Or this method also called without FailWidth (which sets the success state to null)
// SMELL: Isn't this always going to return null? Or this method also called without FailWith (which sets the success state to null)
return new Continuation(this, Succeeded);
}

Expand Down

0 comments on commit 9e03620

Please sign in to comment.