Fix php example comment typo

This commit is contained in:
Olly Betts 2022-10-10 00:16:39 +13:00
commit ac00c7ad98

View file

@ -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;