Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 06f9e61

Browse files
authoredDec 17, 2021
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.