Skip to content

Commit 06f9e61

Browse files
authored
Merge pull request #1118 from Junnplus/primitive-type
keep consistent for primitive types
2 parents d5d2ae9 + 577d497 commit 06f9e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.md

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

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

0 commit comments

Comments
 (0)