Skip to content

Commit 0712de4

Browse files
authored
Fix nothing type literal: none → null
1 parent 185bbd4 commit 0712de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-guide/chapters/types/basic_types/nothing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| --------------------- | --------------------------------------------------------------------------- |
55
| **_Description:_** | The `nothing` type is to be used to represent the absence of another value. |
66
| **_Annotation:_** | `nothing` |
7-
| **_Literal Syntax:_** | `none` |
7+
| **_Literal Syntax:_** | `null` |
88
| **_Casts:_** | `ignore` |
99
| **_See also:_** | [Types of Data - Nothing](/book/types_of_data.md#nothing-null) |
1010

0 commit comments

Comments
 (0)