Skip to content

Commit 7ff9fd9

Browse files
committed
Added a comment to describe 'canSource' in the documentation
1 parent bd3c6d7 commit 7ff9fd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ interface IPrivilegeManager
278278
canAppend : PrivilegeManagerMethod
279279
canWrite : PrivilegeManagerMethod
280280
canRead : PrivilegeManagerMethod
281-
canSource : PrivilegeManagerMethod
281+
canSource : PrivilegeManagerMethod // Allow to access to the source
282+
// of a resource when it is
283+
// requested by the 'source' header
282284
canGetMimeType : PrivilegeManagerMethod
283285
canGetSize : PrivilegeManagerMethod
284286
canListLocks : PrivilegeManagerMethod

0 commit comments

Comments
 (0)