Skip to content

Commit 444995c

Browse files
committed
typo
1 parent 3300be8 commit 444995c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scatter_text.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ fn main() {
2020
.x_range(-5., 10.)
2121
.y_range(-2., 6.)
2222
.x_label("Some varying variable")
23-
.y_label("The repsonse of something");
23+
.y_label("The response of something");
2424
println!("{}", plotlib::page::Page::single(&v).to_text());
2525
}

0 commit comments

Comments
 (0)