Skip to content

Commit 950c3b7

Browse files
committed
fix: Typo
1 parent 7e3e50c commit 950c3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot/src/filledcurve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl Script for Properties {
4040
script.push_str(&format!("solid {} ", opacity))
4141
}
4242

43-
// TODO border shoulde be configurable
43+
// TODO border should be configurable
4444
script.push_str("noborder ");
4545

4646
if let Some(color) = self.color {

0 commit comments

Comments
 (0)