Skip to content

Commit f3e1a98

Browse files
Fix typo in documentation comment for NonZero (#151)
1 parent e4cb88c commit f3e1a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub enum Fill {
1919
NonZero = 0,
2020
/// Even-odd fill rule.
2121
///
22-
/// All regions where the winding number of the path is odd will be willed.
22+
/// All regions where the winding number of the path is odd will be filled.
2323
/// The most common use case for this rule is as an optimisation when the
2424
/// paths are known to not be self-intersecting. There may also be cases where
2525
/// this rendering is desired. <!-- TODO: Are there? -->

0 commit comments

Comments
 (0)