Skip to content

Commit fe98528

Browse files
committed
moved bool out of numeric types
1 parent 3955fe3 commit fe98528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ language:
4343
[function]: #function-types
4444
[closure]: #closure-types
4545

46-
## Numeric types
47-
4846
### Boolean type
4947

5048
The `bool` type is a datatype which can be either `true` or `false`. The boolean
@@ -63,6 +61,8 @@ fn main() {
6361
}
6462
```
6563

64+
## Numeric types
65+
6666
### Machine types
6767

6868
The machine types are the following:

0 commit comments

Comments
 (0)