Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang-guide/chapters/types/basic_types/nothing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| --------------------- | --------------------------------------------------------------------------- |
| **_Description:_** | The `nothing` type is to be used to represent the absence of another value. |
| **_Annotation:_** | `nothing` |
| **_Literal Syntax:_** | `none` |
| **_Literal Syntax:_** | `null` |
| **_Casts:_** | `ignore` |
| **_See also:_** | [Types of Data - Nothing](/book/types_of_data.md#nothing-null) |

Expand Down