Skip to content

Commit d2dc1cf

Browse files
authored
chore(subscriber): fix typo (#487)
Correct a typo in the (internal) doc comments for `ExpectedTask::validate_actual_task`.
1 parent 031bddd commit d2dc1cf

File tree

1 file changed

+1
-1
lines changed
  • console-subscriber/tests/support

1 file changed

+1
-1
lines changed

console-subscriber/tests/support/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl ExpectedTask {
121121
/// No check that the actual task matches is performed. That must have been
122122
/// done prior.
123123
///
124-
/// If all expections are met, this method returns `Ok(())`. If any
124+
/// If all expectations are met, this method returns `Ok(())`. If any
125125
/// expectations are not met, then the first incorrect expectation will
126126
/// be returned as an `Err`.
127127
pub(super) fn validate_actual_task(

0 commit comments

Comments
 (0)