-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Labels
A-typesArea: TypesArea: TypesE-EasyWe believe this would not be difficult to actually fixWe believe this would not be difficult to actually fix
Description
Small thing to fix, just haven’t got the time to do it myself right now.
On this page,
Lines 14 to 18 in 8db4edd
* Primitive types: | |
* [Boolean] — `true` or `false` | |
* [Numeric] — integer and float | |
* [Textual] — `char` and `str` | |
* [Never] — `!` — a type with no values |
- Primitive types:
- Boolean —
true
orfalse
- Numeric — integer and float
- Textual —
char
andstr
- Never —
!
— a type with no values
Every entry lists types except for Boolean
which lists values. Probably better should be
- Primitive types:
- Boolean —
bool
- Numeric — integer and float
- Textual —
char
andstr
- Never —
!
— a type with no values
Metadata
Metadata
Assignees
Labels
A-typesArea: TypesArea: TypesE-EasyWe believe this would not be difficult to actually fixWe believe this would not be difficult to actually fix