summaryrefslogtreecommitdiffstats
path: root/src/canvas/components/time_graph.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/canvas/components/time_graph.rs')
-rw-r--r--src/canvas/components/time_graph.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/canvas/components/time_graph.rs b/src/canvas/components/time_graph.rs
index bd19be74..3f438349 100644
--- a/src/canvas/components/time_graph.rs
+++ b/src/canvas/components/time_graph.rs
@@ -51,8 +51,8 @@ pub struct TimeGraph<'a> {
/// Any legend constraints.
pub legend_constraints: Option<(Constraint, Constraint)>,
- /// The marker type. Unlike tui-rs' native charts, we assume
- /// only a single type of market.
+ /// The marker type. Unlike ratatui's native charts, we assume
+ /// only a single type of marker.
pub marker: Marker,
}