Skip to content

Commit 5ea6dac

Browse files
committed
Fix grammar
1 parent f3e5fe0 commit 5ea6dac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotters/src/element/basic_shapes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ pub struct DottedPathElement<I: Iterator + Clone, Size: SizeDesc, Marker> {
285285
impl<I: Iterator + Clone, Size: SizeDesc, Marker> DottedPathElement<I, Size, Marker> {
286286
/// Create a new path
287287
/// - `points`: The iterator of the points
288-
/// - `shift`: The shift of the first markers
288+
/// - `shift`: The shift of the first marker
289289
/// - `spacing`: The spacing between markers
290290
/// - `func`: The marker function
291291
/// - returns the created element

plotters/src/series/line_series.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub struct DottedLineSeries<I: Iterator + Clone, Size: SizeDesc, Marker> {
139139
impl<I: Iterator + Clone, Size: SizeDesc, Marker> DottedLineSeries<I, Size, Marker> {
140140
/// Create a new line series from
141141
/// - `points`: The iterator of the points
142-
/// - `shift`: The shift of the first markers
142+
/// - `shift`: The shift of the first marker
143143
/// - `spacing`: The spacing between markers
144144
/// - `func`: The marker function
145145
/// - returns the created element

0 commit comments

Comments
 (0)