Skip to content

Commit

Permalink
chore: fix incorrect result in example
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jan 16, 2025
1 parent 36fced4 commit 48f29b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/number/round.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @example
* ```ts
* round(123.456)
* // => 123.5
* // => 123
*
* round(1234.56, -2)
* // => 1200
Expand Down

0 comments on commit 48f29b9

Please sign in to comment.