Skip to content

Commit

Permalink
Merge pull request #621 from zancas/master
Browse files Browse the repository at this point in the history
doc-comment grammar fixups
  • Loading branch information
AaronErhardt authored Aug 5, 2024
2 parents dd1296a + 0ab1448 commit 64ea4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plotters/src/coord/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
One of the key features of Plotters is flexible coordinate system abstraction and this module
provides all the abstraction used for the coordinate abstarction of Plotters.
provides all the abstraction used for the coordinate abstraction of Plotters.
Generally speaking, the coordinate system in Plotters is responsible for mapping logic data points into
pixel based backend coordinate. This task is abstracted by a simple trait called
Expand Down
2 changes: 1 addition & 1 deletion plotters/src/coord/ranged2d/cartesian.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module provides the 2D cartesian coordinate system, which is composed by two independent
ranged 1D coordinate specification.
This types of coordinate system is used by the chart constructed with [ChartBuilder::build_cartesian_2d](../../chart/ChartBuilder.html#method.build_cartesian_2d).
This type of coordinate system is used by the chart constructed with [ChartBuilder::build_cartesian_2d](../../chart/ChartBuilder.html#method.build_cartesian_2d).
*/

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

0 comments on commit 64ea4cd

Please sign in to comment.