8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df1482 commit fb9736bCopy full SHA for fb9736b
course_contents/1_intro/notes/01. Data Types.md
@@ -16,7 +16,7 @@ Examples of variable names:
16
`current_`
17
18
19
-- Wrong:
+- Incorrect:
20
`top 500`
21
`one apple`
22
`1st_numbers`
@@ -46,11 +46,11 @@ Examples:
46
47
`'50 + 51'`
48
49
50
51
`'This string will end here.' From here the continuation is not a string'`
52
53
-`'This is a wrong string"`
+`'This is an Incorrect string"`
54
55
`"Same as this one'`
56
0 commit comments