Fix php example comment typo
This commit is contained in:
parent
abf5c8a357
commit
ac00c7ad98
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ print "----------------------\n";
|
||||||
$list = new EmployeeList();
|
$list = new EmployeeList();
|
||||||
|
|
||||||
# EmployeeList owns its items, so we must surrender ownership of objects
|
# EmployeeList owns its items, so we must surrender ownership of objects
|
||||||
# we add. This involves first clearing the ->disown member to tell the
|
# we add. This involves first clearing the ->thisown member to tell the
|
||||||
# C++ director to start reference counting.
|
# C++ director to start reference counting.
|
||||||
|
|
||||||
$e->thisown = 0;
|
$e->thisown = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue