GUACAMOLE-220: Correct documentation of permissionsRemoved attribute (the permissions have been removed, not added).

This commit is contained in:
Michael Jumper
2018-05-03 23:33:41 -07:00
parent 7ba9c32a07
commit e8f0c96758

View File

@@ -69,7 +69,7 @@ angular.module('manage').directive('connectionPermissionEditor', ['$injector',
permissionsAdded : '=', permissionsAdded : '=',
/** /**
* The set of permissions that have been added, relative to the * The set of permissions that have been removed, relative to the
* initial state of the permissions being manipulated. * initial state of the permissions being manipulated.
* *
* @type PermissionSet * @type PermissionSet