File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3480,7 +3480,7 @@ Argument Grammars and Spread Syntax</h3>
34803480 and only evaluates a single argument
34813481 matching the first successful test.
34823482
3483- This allow ''if()'' to achieve behavior similar to `if` constructs
3483+ This allows ''if()'' to achieve behavior similar to `if` constructs
34843484 in other programming languages,
34853485 where later "branches" aren't evaluated at all
34863486 (beyond a basic parse)
@@ -3495,7 +3495,7 @@ Argument Grammars and Spread Syntax</h3>
34953495
34963496 <pre highlight=css>
34973497 .foo {
3498- --color: if(media(width >= 600px): blue; else: var(--foo ));
3498+ --color: if(media(width >= 600px): blue; else: var(--color ));
34993499 }
35003500 </pre>
35013501 </div>
You can’t perform that action at this time.
0 commit comments