Skip to content

Commit 0ab1448

Browse files
committed
rm incorrect 's'
1 parent 42971ec commit 0ab1448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/src/coord/ranged2d/cartesian.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This module provides the 2D cartesian coordinate system, which is composed by two independent
55
ranged 1D coordinate specification.
66
7-
This types of coordinate system is used by the chart constructed with [ChartBuilder::build_cartesian_2d](../../chart/ChartBuilder.html#method.build_cartesian_2d).
7+
This type of coordinate system is used by the chart constructed with [ChartBuilder::build_cartesian_2d](../../chart/ChartBuilder.html#method.build_cartesian_2d).
88
*/
99

1010
use crate::coord::ranged1d::{KeyPointHint, Ranged, ReversibleRanged};

0 commit comments

Comments
 (0)