Skip to content

Commit

Permalink
MDL-40723 fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 23, 2013
1 parent 54d5308 commit c6f5e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/accesslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ function has_all_capabilities(array $capabilities, context $context, $user = nul
* @param integer|stdClass $user A user id or object. By default (null) checks the permissions of the current user.
* @return boolean true if the user will have this capability.
*
* @throws coding_exception if different type of course submitted
* @throws coding_exception if different type of context submitted
*/
function guess_if_creator_will_have_course_capability($capability, context $context, $user = null) {
global $CFG;
Expand Down

0 comments on commit c6f5e84

Please sign in to comment.