Skip to content

Commit b385179

Browse files
committed
Fix typo
1 parent 29b0a7b commit b385179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ assert_eq!(align_of::<U>(), 2);
5555
// This introduces trailing padding, raising the union size to 2
5656
assert_eq!(size_of::<U>(), 2);
5757
# }
58-
``**
58+
```
5959

6060
> **Note**: Fields are overlapped instead of laid out sequentially, so
6161
> unlike structs there is no "between the fields" that could be filled

0 commit comments

Comments
 (0)