Skip to content

Commit 89dc086

Browse files
armanh3kkahgoh
andauthored
Update exercises/concept/tim-from-marketing/.docs/introduction.md
Co-authored-by: Kah Goh <[email protected]>
1 parent 2b4a944 commit 89dc086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/tim-from-marketing/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
In Java, the `null` literal is used to denote the absence of a value.
66

7-
Primitive data types in java all have a default value and therefore can never be `null`.
7+
Primitive data types in Java all have a default value and therefore can never be `null`.
88
By convention, they start with a lowercase letter e.g `int`.
99

1010
Reference types contain the memory address of an object and can have a value of null.

0 commit comments

Comments
 (0)