Skip to content

Commit 6b05543

Browse files
committed
Update README
1 parent 7edb87b commit 6b05543

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ permsToString :: Perms -> String
320320

321321
Convert a `Perms` value to an octal string, in a format similar to that
322322
accepted by `chmod`. For example:
323-
324-
* `permsToString (mkPerms (r <> w) r r) == "0644"`
323+
`permsToString (mkPerms (read <> write) read read) == "0644"`
325324

326325
#### `permsToInt`
327326

0 commit comments

Comments
 (0)