1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-30 19:40:43 +02:00

Proofreading edits

This commit is contained in:
Andrew Davis
2018-12-26 19:01:06 -06:00
parent 3e2f24c0c6
commit dc296aef34
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ $var = 'I am a new variable';
// An int is a number without a decimal place.
// A float is a number with a decimal place.
// A boolean can be two values: true or false.
// Last, there is a string, a collection of characters.
// Last, there is a string: a collection of characters.
$int = 1;
$float = 100.10;
$bool = true;