Skip to content

Commit 64ea4cd

Browse files
authored
Merge pull request #621 from zancas/master
doc-comment grammar fixups
2 parents dd1296a + 0ab1448 commit 64ea4cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotters/src/coord/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
One of the key features of Plotters is flexible coordinate system abstraction and this module
4-
provides all the abstraction used for the coordinate abstarction of Plotters.
4+
provides all the abstraction used for the coordinate abstraction of Plotters.
55
66
Generally speaking, the coordinate system in Plotters is responsible for mapping logic data points into
77
pixel based backend coordinate. This task is abstracted by a simple trait called

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)