Skip to content

Commit

Permalink
Correct spelling in 'Then' property summary xml documentation. (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKirch-SE committed Mar 2, 2024
1 parent 8ffa298 commit 3cd9272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/FluentAssertions/Execution/Continuation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal Continuation(AssertionScope sourceScope, bool continueAsserting)
}

/// <summary>
/// Continuous the assertion chain if the previous assertion was successful.
/// Continues the assertion chain if the previous assertion was successful.
/// </summary>
public IAssertionScope Then
{
Expand Down
2 changes: 1 addition & 1 deletion Src/FluentAssertions/Execution/ContinuationOfGiven.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal ContinuationOfGiven(GivenSelector<TSubject> parent, bool succeeded)
}

/// <summary>
/// Continuous the assertion chain if the previous assertion was successful.
/// Continues the assertion chain if the previous assertion was successful.
/// </summary>
public GivenSelector<TSubject> Then { get; }

Expand Down

0 comments on commit 3cd9272

Please sign in to comment.