Skip to content

Commit

Permalink
fix problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfanMomeniii authored and thanhpk committed Oct 18, 2022
1 parent 947de6d commit 7d0df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Running example

### Generate a random decimal number string
```go
token := randstr.Dec(16) // generate a random 16 length string of number
token := randstr.Dec(16) // generate a random 16 length string of decimal number
```
Running example
```go
Expand Down

0 comments on commit 7d0df37

Please sign in to comment.