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