@@ -130,7 +130,7 @@ Please see the [types full documentation](docs/types.md).
130130
131131## convert.octal|number|stat|symbolic|object(permission)
132132
133- Convert ` permission ` to another type.<br >
133+ Converts ` permission ` to another type.<br >
134134[ Full documentation] ( docs/API.md#convertoctalnumberstatsymbolicobjectpermission ) .
135135
136136## type(permission)
@@ -140,13 +140,13 @@ Returns the `permission`'s type or `invalid`.<br>
140140
141141## normalize(permission)
142142
143- Normalize a ` permission ` to its canonical shape. Throw if ` permission ` is
143+ Normalizes a ` permission ` to its canonical shape. Throw if ` permission ` is
144144invalid.<br >
145145[ Full documentation] ( docs/API.md#normalizepermission ) .
146146
147147## positive(permission)
148148
149- Remove all negative permissions.<br >
149+ Removes all negative permissions.<br >
150150[ Full documentation] ( docs/API.md#positivepermission ) .
151151
152152## contain(permission, permissions...)
@@ -161,7 +161,7 @@ Tests whether `permission` equals exactly `permissions`.<br>
161161
162162## set(permission, permissions...)
163163
164- Set ` permissions ` on ` permission ` . This is useful to avoid error-prone bitwise
164+ Sets ` permissions ` on ` permission ` . This is useful to avoid error-prone bitwise
165165operations (` | ` , ` & ` , ` ^ ` , ` ~ ` ).<br >
166166[ Full documentation] ( docs/API.md#setpermission-permissions ) .
167167
@@ -178,12 +178,12 @@ Inverts `permission` and removes special permissions.<br>
178178
179179## min(permissions...)
180180
181- Retrieve the lowest permissions among all arguments.<br >
181+ Retrieves the lowest permissions among all arguments.<br >
182182[ Full documentation] ( docs/API.md#minpermissions ) .
183183
184184## max(permissions...)
185185
186- Retrieve the highest permissions among all arguments.<br >
186+ Retrieves the highest permissions among all arguments.<br >
187187[ Full documentation] ( docs/API.md#maxpermissions ) .
188188
189189# Contributors
0 commit comments