Skip to content

Commit

Permalink
Update src/numeric-values.js
Browse files Browse the repository at this point in the history
Co-authored-by: Bramus <[email protected]>
  • Loading branch information
johannesodland and bramus authored Feb 2, 2024
1 parent 841e178 commit 12373e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numeric-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ function reifyMathExpression(num) {
return num.name === 'min' ? new CSSMathMin(...values) : new CSSMathMax(...values);
}

// Assert: Otherwise, num is a calc().
// 2. Assert: Otherwise, num is a calc().
if (num.name !== 'calc') {
return null;
}
Expand Down

0 comments on commit 12373e8

Please sign in to comment.