Skip to content

Commit

Permalink
add round up description on ceil documentation (lodash#4027)
Browse files Browse the repository at this point in the history
Signed-off-by: Alireza <alireza.mh@gmail.com>
  • Loading branch information
alireza-mh authored and jdalton committed Oct 28, 2018
1 parent 6bdb8a2 commit d9c5082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceil.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9c5082

Please sign in to comment.