Skip to content

Commit 1a8987e

Browse files
zg009TallTed
andauthored
Update lib/handlers/put.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent d5a6103 commit 1a8987e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/handlers/put.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const { stringToStream } = require('../utils')
1010
const RESERVED_SUFFIXES = ['.acl', '.meta']
1111

1212
/**
13-
* This function is used to make sure a resource or container which contains
14-
* reserved suffixes for auxiliary documents cannot be created.
13+
* This function is used to prevent creation of a resource or container
14+
* which contains auxiliary documents named with reserved suffixes.
1515
* @param {string} path - the uri to check for invalid suffixes
1616
* @returns {boolean} true is fail - if the path contains reserved suffixes
1717
*/

0 commit comments

Comments
 (0)