Skip to content

Commit

Permalink
Replace "not reflected one" with "changes reflections"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1Yo committed May 22, 2023
1 parent 765677a commit d287dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ impl<'a> Response<'a> {
ReasonKind::NotReflected => format!(
"{}{}: {}",
&id_if_important,
"not reflected one".bright_cyan(),
"changes reflections".bright_cyan(),
parameter
),
};
Expand Down

0 comments on commit d287dcd

Please sign in to comment.