Skip to content

Commit ff19ca7

Browse files
authored
Update README.md
1 parent 27ba53c commit ff19ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The usage is very similar to `UITextField` text properties.
2323
lblAmount.text(num:192398)
2424
```
2525

26-
Default Currency Symbol is `dollor` Sign
26+
Default currency symbol is `dollor` sign `$`
2727
```swift
2828
lblAmount.setCurrency(symbol: "")
2929
lblAmount.text(num:192398, showCurrency:true)

0 commit comments

Comments
 (0)