Skip to content

Commit 21a4966

Browse files
committed
keep consistent for primitive types
1 parent d5d2ae9 commit 21a4966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ limited capabilities.
1212
The list of types is:
1313

1414
* Primitive types:
15-
* [Boolean]`true` or `false`
16-
* [Numeric] — integer and float
15+
* [Boolean]`bool`
16+
* [Numeric]`integer` and `float`
1717
* [Textual]`char` and `str`
1818
* [Never]`!` — a type with no values
1919
* Sequence types:

0 commit comments

Comments
 (0)