Skip to content

Commit

Permalink
[Docs] Update assignment submit capability name
Browse files Browse the repository at this point in the history
  • Loading branch information
aydevworks committed Aug 2, 2023
1 parent fe78b83 commit 1ed6121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/subsystems/enrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function get_enrolled_users(
Get all users who are able to submit an assignment:

```php
$submissioncandidates = get_enrolled_users($modcontext, 'mod/assignment:submit');
$submissioncandidates = get_enrolled_users($modcontext, 'mod/assign:submit');
```

</div>
Expand Down

0 comments on commit 1ed6121

Please sign in to comment.