Skip to content

Commit

Permalink
fix typo in Math.ceil() description (#27911)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkWard committed Jul 13, 2023
1 parent 9fa86ab commit 910a6fe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ browser-compat: javascript.builtins.Math.ceil

{{JSRef}}

The **`Math.ceil()`** static method always rounds up and returns the smaller integer greater than or equal to a given number.
The **`Math.ceil()`** static method always rounds up and returns the smallest integer greater than or equal to a given number.

{{EmbedInteractiveExample("pages/js/math-ceil.html")}}

Expand Down

0 comments on commit 910a6fe

Please sign in to comment.