Skip to content

Commit c3d2256

Browse files
committed
Fix typo
1 parent a5d675d commit c3d2256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scatter_svg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn main() {
2222
.x_range(-5., 10.)
2323
.y_range(-2., 6.)
2424
.x_label("Some varying variable")
25-
.y_label("The repsonse of something");
25+
.y_label("The response of something");
2626
plotlib::page::Page::single(&v).save("scatter.svg");
2727

2828
/*

0 commit comments

Comments
 (0)