Skip to content

Commit

Permalink
Fix typo in the calc functions proposal (sass#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored Apr 13, 2023
1 parent 9165bed commit e1968f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposal/calc-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Let `n1` and `n2` be two numbers. To determine `n1 % n2`:

[matching units]: ../spec/types/number.md#matching-two-numbers-units

* **If `c2` is infinity and has a different sign than `c2` (including
* **If `c2` is infinity and has a different sign than `c1` (including
oppositely-signed zero), return NaN with the same units as `c1`.**

> This matches the behavior of CSS's `mod()` function.
Expand Down

0 comments on commit e1968f9

Please sign in to comment.