Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 23, 2024
1 parent 458a918 commit b2df448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubicon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ macro_rules! compatibility_check {
}

error_message.push_str("\nDifferent feature sets may result in different struct layouts, which\n");
error_message.push_str("would lead to memory corruption. Instead we're going to panic now.\n\n");
error_message.push_str("would lead to memory corruption. Instead, we're going to panic now.\n\n");

error_message.push_str("More info: \x1b[4m\x1b[34mhttps://crates.io/crates/rubicon\x1b[0m\n");

Expand Down

0 comments on commit b2df448

Please sign in to comment.