Skip to content

Commit e12b1ba

Browse files
chansukeGankra
authored andcommitted
Add colon to MySuperSliceable too
1 parent fc81aa4 commit e12b1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exotic-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ and performing an *unsizing coercion*:
5151
```rust
5252
struct MySuperSliceable<T: ?Sized> {
5353
info: u32,
54-
data: T
54+
data: T,
5555
}
5656

5757
fn main() {

0 commit comments

Comments
 (0)