Skip to content

Commit

Permalink
Merge pull request rust-lang#1118 from Junnplus/primitive-type
Browse files Browse the repository at this point in the history
keep consistent for primitive types
  • Loading branch information
ehuss authored Dec 17, 2021
2 parents d5d2ae9 + 577d497 commit 06f9e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06f9e61

Please sign in to comment.