We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cb88c commit f3e1a98Copy full SHA for f3e1a98
src/style.rs
@@ -19,7 +19,7 @@ pub enum Fill {
19
NonZero = 0,
20
/// Even-odd fill rule.
21
///
22
- /// All regions where the winding number of the path is odd will be willed.
+ /// All regions where the winding number of the path is odd will be filled.
23
/// The most common use case for this rule is as an optimisation when the
24
/// paths are known to not be self-intersecting. There may also be cases where
25
/// this rendering is desired. <!-- TODO: Are there? -->
0 commit comments