1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-09 15:12:26 +08:00

fix: fix bug of Comma, issue #248

This commit is contained in:
dudaodong
2024-09-29 11:52:01 +08:00
parent 2145808268
commit 1d3585b22f
4 changed files with 19 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ Param should be number or numberic string.</p>
<b>Signature:</b>
```go
func Comma(value interface{}, symbol string) string
func Comma(value interface{}, prefixSymbol string) string
```
<b>Example:</b>

View File

@@ -41,7 +41,7 @@ import (
<b>函数签名:</b>
```go
func Comma(v interface{}, symbol string) string
func Comma(v interface{}, prefixSymbol string) string
```
<b>例子:</b>