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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user