Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-tworek committed Nov 24, 2023
1 parent 4e314cc commit acf3251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/rtp_streams_plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl RtpStreamsPlot {
});
});
ui.vertical(|ui| {
ui.label("The color of dot presents:");
ui.label("The color of a dot presents:");
ui.horizontal(|ui| {
ui.label(RichText::from("\t🔴").color(Color32::RED));
ui.label("Ordinary RTP packet");
Expand Down

0 comments on commit acf3251

Please sign in to comment.