1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-11 02:26:20 +02:00

Proofreading classes pages

This commit is contained in:
Andrew Davis
2018-09-05 20:58:12 -05:00
parent b9f18acc1f
commit 9c86b5d608
4 changed files with 7 additions and 6 deletions

View File

@ -27,7 +27,7 @@ class Tractor extends Vehicle
}
}
// Outputs "driving slowly..." instead of "driving...".
// The drive function now outputs "driving slowly..." instead of "driving...".
$tractor = new Tractor();
$tractor->drive();