From d9c508272702678a72e3257b49762d5aa4d4a63e Mon Sep 17 00:00:00 2001 From: alireza-mh Date: Sun, 28 Oct 2018 18:26:54 +0330 Subject: [PATCH] add round up description on ceil documentation (#4027) Signed-off-by: Alireza --- ceil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceil.js b/ceil.js index 4481591be..ffb78b360 100644 --- a/ceil.js +++ b/ceil.js @@ -1,7 +1,7 @@ import createRound from './.internal/createRound.js' /** - * Computes `number` rounded up to `precision`. + * Computes `number` rounded up to `precision`. (Round up: the smallest integer greater than or equal to a given number.) * * @since 3.10.0 * @category Math