Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jul 7, 2023
1 parent 3574f41 commit 7d4fd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-test/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ impl<T> TestOutput<T> {
self.output.status.signal() == Some(9)
}

/// Takes the generic `dir` paramter out of this `TestOutput`.
/// Takes the generic `dir` parameter out of this `TestOutput`.
pub fn take_dir(&mut self) -> Option<T> {
self.dir.take()
}
Expand Down

0 comments on commit 7d4fd76

Please sign in to comment.