Skip to content

Commit

Permalink
Fix argument name in docs
Browse files Browse the repository at this point in the history
Co-authored-by: Marek <mail@marek.onl>
  • Loading branch information
teor2345 and upbqdn authored Oct 18, 2023
1 parent 29eaa8b commit 58924d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-test/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ impl<T> TestChild<T> {
}
}

/// Checks each line of the child's stdout, until it finds every regex in `success_regexes`,
/// Checks each line of the child's stdout, until it finds every regex in `unordered_regexes`,
/// and returns all the lines matched by any regex. Prints all stdout lines.
///
/// Kills the child on error, or after the configured timeout has elapsed.
Expand Down Expand Up @@ -891,7 +891,7 @@ impl<T> TestChild<T> {
Ok(matched_lines)
}

/// Checks each line of the child's stderr, until it finds every regex in `success_regexes`,
/// Checks each line of the child's stderr, until it finds every regex in `unordered_regexes`,
/// and returns all the lines matched by any regex. Prints all stderr lines.
///
/// Kills the child on error, or after the configured timeout has elapsed.
Expand Down

0 comments on commit 58924d6

Please sign in to comment.