Skip to content

Commit

Permalink
Fix: Fixed a line in docs to make it more clear (#9073)
Browse files Browse the repository at this point in the history
## Summary
I was using `ruff` on one of my repo's and found this small error. I
think the sentence can be made more clear.
  • Loading branch information
Sai-Suraj-27 authored Dec 9, 2023
1 parent f69a35a commit b7b137a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use super::unittest_assert::UnittestAssert;
/// Checks for assertions that combine multiple independent conditions.
///
/// ## Why is this bad?
/// Composite assertion statements are harder debug upon failure, as the
/// Composite assertion statements are harder to debug upon failure, as the
/// failure message will not indicate which condition failed.
///
/// ## Example
Expand Down

0 comments on commit b7b137a

Please sign in to comment.