Skip to content

Commit c42e094

Browse files
committed
Merge branch 'patch-2'
Closes #192
2 parents d3fd6d9 + 4036a9e commit c42e094

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)