Skip to content

Commit

Permalink
keep consistent for primitive types
Browse files Browse the repository at this point in the history
  • Loading branch information
junnplus committed Dec 14, 2021
1 parent d5d2ae9 commit 21a4966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ limited capabilities.
The list of types is:

* Primitive types:
* [Boolean]`true` or `false`
* [Numeric] — integer and float
* [Boolean]`bool`
* [Numeric]`integer` and `float`
* [Textual]`char` and `str`
* [Never]`!` — a type with no values
* Sequence types:
Expand Down

0 comments on commit 21a4966

Please sign in to comment.