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 185bbd4 commit 0712de4Copy full SHA for 0712de4
lang-guide/chapters/types/basic_types/nothing.md
@@ -4,7 +4,7 @@
4
| --------------------- | --------------------------------------------------------------------------- |
5
| **_Description:_** | The `nothing` type is to be used to represent the absence of another value. |
6
| **_Annotation:_** | `nothing` |
7
-| **_Literal Syntax:_** | `none` |
+| **_Literal Syntax:_** | `null` |
8
| **_Casts:_** | `ignore` |
9
| **_See also:_** | [Types of Data - Nothing](/book/types_of_data.md#nothing-null) |
10
0 commit comments