1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-07 15:26:45 +02:00

Fix Grammar and Syntax

This commit is contained in:
Akshay Kalose
2015-10-18 17:37:39 -04:00
parent 64aa38a1d2
commit d9f3b13e27

View File

@@ -511,9 +511,9 @@ class MyClass
} }
// opposite to __construct() // opposite to __construct()
// called when object no longer referenced // called when object is no longer referenced
public function __destruct() { public function __destruct() {
print "Destroying" print "Destroying";
} }
/* /*