From 8332f406304c50fc3d19cc78c535c365ff0403d6 Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Tue, 20 Jan 2015 11:09:59 -0500 Subject: [PATCH] docs: storage/acl - elaborate on `generation` --- lib/storage/acl.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/storage/acl.js b/lib/storage/acl.js index 05df9b36115..2b03ba2de57 100644 --- a/lib/storage/acl.js +++ b/lib/storage/acl.js @@ -92,6 +92,8 @@ function Acl(options) { * * //- * // For file ACL operations, you can also specify a `generation` property. + * // Here is how you would grant ownership permissions to a user on a specific + * // revision of a file. * //- * myFile.acl.add({ * scope: 'user-useremail@example.com',