Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
hi-rustin committed Sep 25, 2021
1 parent 49f06de commit ada58a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/macros/try_join.rs
Expand Up @@ -92,7 +92,7 @@
/// // do something with the values
/// }
/// Err(val) => {
/// assert_eq!(val, "failed1");
/// assert_eq!(val, "failed");
/// }
/// }
/// }
Expand Down

0 comments on commit ada58a2

Please sign in to comment.