GUAC-586: Fix funky wording.

This commit is contained in:
Michael Jumper
2015-09-02 22:37:05 -07:00
parent 549de34ca9
commit 34e6d20f2a

View File

@@ -243,8 +243,8 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
};
/**
* Returns whether the current user can save the user being edited,
* creating or updating that user, depending on whether the user already
* Returns whether the current user can save the user being edited. Saving
* will create or update that user depending on whether the user already
* exists.
*
* @returns {Boolean}