docs: update docs (#15997)

This commit is contained in:
FT
2025-04-30 10:00:48 +02:00
committed by GitHub
parent ca78d66620
commit 86c552c011
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ pub trait Suite {
/// - `BlockchainTests/TransitionTests`
fn suite_name(&self) -> String;
/// Load an run each contained test case.
/// Load and run each contained test case.
///
/// # Note
///