We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edb87b commit 6b05543Copy full SHA for 6b05543
1 file changed
README.md
@@ -320,8 +320,7 @@ permsToString :: Perms -> String
320
321
Convert a `Perms` value to an octal string, in a format similar to that
322
accepted by `chmod`. For example:
323
-
324
-* `permsToString (mkPerms (r <> w) r r) == "0644"`
+`permsToString (mkPerms (read <> write) read read) == "0644"`
325
326
#### `permsToInt`
327
0 commit comments