Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored Dec 20, 2023
1 parent ffeb0eb commit 74fe3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlmostDone/nullValue/task.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
When defining a type, you can specify that it can also have a special `null` value.
When defining a type, you can specify that it could also have a special `null` value.
It's a `null` reference, which doesn't refer to anything.
What this means in more detail, we will learn in the following parts of the course;
We will delve into more details about this in the following parts of the course;
for now, it is enough to know some basic things.

To indicate that a type might be `null`, you should add `?` to the type, for example:
Expand Down

0 comments on commit 74fe3d5

Please sign in to comment.