From 05cb9a644daae3c1cd96267c31fb35fd2079f718 Mon Sep 17 00:00:00 2001 From: MinusKelvin Date: Wed, 5 Dec 2018 21:54:56 +1100 Subject: [PATCH] [css-values-4] Fix typo --- css-values-4/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index 99d0728a40fc..a2977a02a4fa 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -361,9 +361,9 @@ Combining Values: Interpolation, Addition, and Accumulation Vresult at a distance of p along the interval between - Va and Va + Va and VB such that p = 0 produces Va - and p = 1 produces Vend. + and p = 1 produces VB. The range of p is (−∞, ∞) due to the effect of timing functions.