typo in comment

This commit is contained in:
Emil Ernerfeldt
2023-08-14 11:27:47 +02:00
committed by GitHub
parent e14f24b2a3
commit 135a457ecd
+1 -1
View File
@@ -869,7 +869,7 @@ impl Plot {
}
}
// if to little space, remove axis widgets
// If too little space, remove axis widgets
if plot_rect.width() <= 0.0 || plot_rect.height() <= 0.0 {
y_axis_widgets.clear();
x_axis_widgets.clear();