Skip to content

Commit 7c3f898

Browse files
Merge pull request #807 from TomasHubelbauer/patch-1
Fix a typo
2 parents 1b53c36 + 1f13ff8 commit 7c3f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-03-25-Rust-1.51.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This release represents one of the largest additions to the Rust language and Ca
2828

2929

3030
### Const Generics MVP
31-
Before this release, Rust allowed you to haves your types be parameterized over lifetimes or types. For example if we wanted to have a `struct` that is generic over the element type of an array, we'd write the following:
31+
Before this release, Rust allowed you to have your types be parameterized over lifetimes or types. For example if we wanted to have a `struct` that is generic over the element type of an array, we'd write the following:
3232

3333
```rust
3434
struct FixedArray<T> {

0 commit comments

Comments
 (0)