Fix: Fixed a line in docs to make it more clear (#9073)
## 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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user