summaryrefslogtreecommitdiff
path: root/src/eval/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval/raw.rs')
-rw-r--r--src/eval/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/raw.rs b/src/eval/raw.rs
index ee64b8c4..9cf346b1 100644
--- a/src/eval/raw.rs
+++ b/src/eval/raw.rs
@@ -92,7 +92,7 @@ pub struct RawStroke<T = RawLength> {
}
impl RawStroke<Length> {
- /// Unpack the stroke, filling missing fields with `default`.
+ /// Unpack the stroke, filling missing fields from the `default`.
pub fn unwrap_or(self, default: Stroke) -> Stroke {
Stroke {
paint: self.paint.unwrap_or(default.paint),