Skip to content

Commit

Permalink
Added a comment to describe 'canSource' in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 22, 2017
1 parent bd3c6d7 commit 7ff9fd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ interface IPrivilegeManager
canAppend : PrivilegeManagerMethod
canWrite : PrivilegeManagerMethod
canRead : PrivilegeManagerMethod
canSource : PrivilegeManagerMethod
canSource : PrivilegeManagerMethod // Allow to access to the source
// of a resource when it is
// requested by the 'source' header
canGetMimeType : PrivilegeManagerMethod
canGetSize : PrivilegeManagerMethod
canListLocks : PrivilegeManagerMethod
Expand Down

0 comments on commit 7ff9fd9

Please sign in to comment.