Skip to content

Commit

Permalink
Fix: 修正 @example 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed Aug 28, 2023
1 parent 07c5c90 commit 8d0774e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: HxB
* @Date: 2022-04-26 16:24:47
* @LastEditors: DoubleAm
* @LastEditTime: 2023-08-24 15:22:23
* @LastEditTime: 2023-08-28 14:45:17
* @Description: 常用数字相关函数
* @FilePath: \js-xxx\src\Number\index.ts
*/
Expand All @@ -13,7 +13,7 @@
* @example
* round(1.2345, 2); /// 1.23
* round(0.355, 2); /// 0.36
* round(1.005, 2); /// 0.36
* round(1.005, 2); /// 1.01
* @param number 浮点数
* @param d 保留小数位
* @returns
Expand Down

0 comments on commit 8d0774e

Please sign in to comment.