Skip to content

Commit 6898c52

Browse files
author
Aaron O'Mullan
committed
Fix typos in basics/types.md
1 parent 3764a7b commit 6898c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basics/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Variable types
22

3-
Computers are sophisticated and can make use of more complex variables than just numbers. This is where variable types come in. Variables come in several types and different languages support different ones.
3+
Computers are sophisticated and can make use of more complex variables than just numbers. This is where variable types come in. Variables come in several types and different languages support different types.
44

5-
The most common ones are:
5+
The most common types are:
66

77
* **Numbers**
88
* **Float**: a number, like 1.21323, 4, 100004 or 0.123

0 commit comments

Comments
 (0)