Skip to content

Commit 42971ec

Browse files
committed
abstarction --> abstraction
1 parent dd1296a commit 42971ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/src/coord/mod.rs

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)