Skip to content

Commit 78da79b

Browse files
authored
Merge pull request #3398 from MinusKelvin/master
[css-values-4] Fix typo
2 parents 3a66f23 + 05cb9a6 commit 78da79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ Combining Values: Interpolation, Addition, and Accumulation</h2>
361361
<var>V<sub>result</sub></var>
362362
at a distance of <var>p</var>
363363
along the interval between
364-
<var>V<sub>a</sub></var> and <var>V<sub>a</sub></var>
364+
<var>V<sub>a</sub></var> and <var>V<sub>B</sub></var>
365365
such that <var>p</var> = 0 produces <var>V<sub>a</sub></var>
366-
and <var>p</var> = 1 produces <var>V</var><sub>end</sub>.
366+
and <var>p</var> = 1 produces <var>V</var><sub>B</sub>.
367367

368368
The range of <var>p</var> is (&minus;&infin;, &infin;)
369369
due to the effect of <a>timing functions</a>.

0 commit comments

Comments
 (0)