Skip to content

Commit 835949e

Browse files
committed
Minor: Fix PHPDoc typo
1 parent be496a9 commit 835949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/inc/lib/api.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
define('COURSE_TUTOR', 16); // student is tutor of a course (NOT in session)
6767
define('STUDENT_BOSS', 17); // student is boss
6868
define('INVITEE', 20);
69-
define('HRM_REQUEST', 21); //HRM has request for vinculation with user
69+
define('HRM_REQUEST', 21); //HRM has request for linking with user
7070

7171
// COURSE VISIBILITY CONSTANTS
7272
/** only visible for course admin */

0 commit comments

Comments
 (0)