From 577d4975abce5440e819c0883457a5d919660489 Mon Sep 17 00:00:00 2001 From: "ye.sijun" Date: Tue, 14 Dec 2021 15:51:45 +0800 Subject: [PATCH] keep consistent for primitive types --- src/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.md b/src/types.md index 1a3fbab82..a7ce5bc82 100644 --- a/src/types.md +++ b/src/types.md @@ -12,7 +12,7 @@ limited capabilities. The list of types is: * Primitive types: - * [Boolean] — `true` or `false` + * [Boolean] — `bool` * [Numeric] — integer and float * [Textual] — `char` and `str` * [Never] — `!` — a type with no values