Skip to content

Commit 6ed7485

Browse files
committed
[docs] Lint fix
1 parent ea737db commit 6ed7485

File tree

1 file changed

+1
-2
lines changed
  • general/development/policies/codingstyle

1 file changed

+1
-2
lines changed

general/development/policies/codingstyle/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,8 +2054,7 @@ We have a set of custom exception classes. The base class is moodle_exception. Y
20542054

20552055
To get the full list of exception types, search for the regular expression 'class +\w+_exception +extends' or ask your IDE to list all the subclasses of moodle_exception.
20562056

2057-
Where appropriate, you should create new subclasses of moodle_exception for use in your code.
2058-
2057+
Where appropriate, you should create new subclasses of moodle_exception for use in your code.
20592058

20602059
<Since version="4.5" issueNumber="MDL-81903" />
20612060

0 commit comments

Comments
 (0)