Skip to content

Commit

Permalink
Update Expectation.php
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
ludoguenet authored Sep 1, 2023
1 parent 9dabeca commit b9b9029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Expectation.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function toBeAbstract(): ArchExpectation
}

/**
* Asserts that the given expectation target have a specific method.
* Asserts that the given expectation target has a specific method.
*/
public function toHaveMethod(string $method): ArchExpectation
{
Expand Down

0 comments on commit b9b9029

Please sign in to comment.