Skip to content

Commit 82c51a4

Browse files
authored
fix typo
1 parent 1658587 commit 82c51a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
360360

361361
### Elements
362362

363-
In Plotters, elements are the building blocks of figures. All elements are able to drawn on a drawing area.
363+
In Plotters, elements are the building blocks of figures. All elements are able to be drawn on a drawing area.
364364
There are different types of built-in elements, like lines, texts, circles, etc.
365365
You can also define your own element in the application code.
366366

0 commit comments

Comments
 (0)