Skip to content

Commit 74b7f79

Browse files
Merge pull request #245 from alercah/typo
Fix stray \ character; it's not an escape.
2 parents 708d8cd + ebbf75c commit 74b7f79

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)