Skip to content

Commit e3b05c2

Browse files
More specificity
1 parent 483dc73 commit e3b05c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib-es5/auth_token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function escapeToLower(url) {
3535
* @property {number} start_time=now The start time of the token in seconds from epoch.
3636
* @property {string} expiration The expiration time of the token in seconds from epoch.
3737
* @property {string} duration The duration of the token (from start_time).
38-
* @property {string|Array.} acl The ACL for the token.
38+
* @property {string|Array<string>} acl The ACL(s) for the token.
3939
* @property {string} url The URL to authentication in case of a URL token.
4040
*
4141
*/

lib/auth_token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function escapeToLower(url) {
3333
* @property {number} start_time=now The start time of the token in seconds from epoch.
3434
* @property {string} expiration The expiration time of the token in seconds from epoch.
3535
* @property {string} duration The duration of the token (from start_time).
36-
* @property {string|Array.} acl The ACL for the token.
36+
* @property {string|Array<string>} acl The ACL(s) for the token.
3737
* @property {string} url The URL to authentication in case of a URL token.
3838
*
3939
*/

0 commit comments

Comments
 (0)