Skip to content

Commit c11c649

Browse files
committed
Fix reformatting mishap.
1 parent 96a811a commit c11c649

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/expressions/operator-expr.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,10 @@ Casts an enum to its discriminant, then uses a numeric cast if needed.
375375

376376
* `false` casts to `0`, `true` casts to `1`
377377
* `char` casts to the value of the code point, then uses a numeric cast if needed.
378-
8` to `char` cast
379-
* Casts to the `char` with the corresponding code point.
378+
379+
#### `u8` to `char` cast
380+
381+
Casts to the `char` with the corresponding code point.
380382

381383
#### Pointer to address cast
382384

0 commit comments

Comments
 (0)