We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1296a commit 42971ecCopy full SHA for 42971ec
plotters/src/coord/mod.rs
@@ -1,7 +1,7 @@
1
/*!
2
3
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.
+provides all the abstraction used for the coordinate abstraction of Plotters.
5
6
Generally speaking, the coordinate system in Plotters is responsible for mapping logic data points into
7
pixel based backend coordinate. This task is abstracted by a simple trait called
0 commit comments