mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 22:38:31 +00:00
Fix Grammar and Syntax
This commit is contained in:
parent
64aa38a1d2
commit
d9f3b13e27
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user