mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix Grammar and Syntax
This commit is contained in:
parent
64aa38a1d2
commit
d9f3b13e27
@ -511,9 +511,9 @@ class MyClass
|
||||
}
|
||||
|
||||
// opposite to __construct()
|
||||
// called when object no longer referenced
|
||||
// called when object is no longer referenced
|
||||
public function __destruct() {
|
||||
print "Destroying"
|
||||
print "Destroying";
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user