Skip to content

Commit a92600d

Browse files
IldySilvaimaNNeo
authored andcommitted
Update CONTRIBUTING.md
1 parent 6501255 commit a92600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In case you couldn't find any issue, it's better to create an issue to explain w
3939
We have a *_chart_painter.dart class per each chart type. It draws elements into the Canvas.
4040
We made the CanvasWrapper class, because we wanted to test draw functions.
4141
CanvasWrapper class holds a canvas and all draw functions proxies through it.
42-
You should use it for drawing on the canvas,Instead of directly accessing the canvas.
42+
You should use it for drawing on the canvas, Instead of directly accessing the canvas.
4343
It makes draw functions testable.
4444

4545
<img src="https://github.com/imaNNeo/fl_chart/raw/main/repo_files/images/architecture/fl_chart_architecture.jpg" />

0 commit comments

Comments
 (0)