From 0712de41f828d8649141c58a4916734f6c71fc50 Mon Sep 17 00:00:00 2001 From: PADAone <50942816+yo-goto@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:03:13 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20nothing=20type=20literal:=20none=20?= =?UTF-8?q?=E2=86=92=20null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang-guide/chapters/types/basic_types/nothing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang-guide/chapters/types/basic_types/nothing.md b/lang-guide/chapters/types/basic_types/nothing.md index be7303da990..ecf04fce60d 100644 --- a/lang-guide/chapters/types/basic_types/nothing.md +++ b/lang-guide/chapters/types/basic_types/nothing.md @@ -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) |