Skip to content

Commit

Permalink
Merge pull request #529 from jiangying000/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
KodrAus committed Oct 8, 2022
2 parents d0a45aa + 25683a8 commit d670710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Expand Up @@ -119,7 +119,7 @@ macro_rules! warn {
/// let conn_info = Connection { port: 40, speed: 3.20 };
///
/// info!("Connected to port {} at {} Mb/s", conn_info.port, conn_info.speed);
/// info!(target: "connection_events", "Successfull connection, port: {}, speed: {}",
/// info!(target: "connection_events", "Successful connection, port: {}, speed: {}",
/// conn_info.port, conn_info.speed);
/// # }
/// ```
Expand Down

0 comments on commit d670710

Please sign in to comment.