Skip to content

Commit 058b0db

Browse files
committed
Update README.md
1 parent 7e35675 commit 058b0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Type-safe, printf-style formatting for PureScript.
1010
> formatInt (signed <> width 6) 123
1111
" +123"
1212
13-
> formatInt (signed <> width 6 <> fillZeros) (-123)
13+
> formatInt (width 6 <> fillZeros) (-123)
1414
"-00123"
1515
```

0 commit comments

Comments
 (0)