Skip to content

Commit ebbf75c

Browse files
author
Alexis Hunt
committed
Fix stray \ character; it's not an escape.
1 parent 708d8cd commit ebbf75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ alignment of the type respectively.
3434

3535
The size of most primitives is given in this table.
3636

37-
Type | `size_of::\<Type>()`
37+
Type | `size_of::<Type>()`
3838
- | - | -
3939
bool | 1
4040
u8 | 1

0 commit comments

Comments
 (0)