Skip to content

Commit 4036a9e

Browse files
lucaboeschandrewnicols
authored andcommitted
[docs] Typo fix: Amend 'instead instead.'
1 parent 79aa3b4 commit 4036a9e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

general/development/policies/codingstyle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ $DB->insert_record('table', $row);
411411
:::info
412412

413413
Before Moodle 2.0, Moodle defined a class named `object` extending `stdClass`, and recommended instantiation using `new object();`.
414-
This has now been deprecated. Please use `stdClass` or the array instantiation instead instead.
414+
This has now been deprecated. Please use `stdClass` or the array instantiation instead.
415415

416416
:::
417417

0 commit comments

Comments
 (0)