Skip to content

Commit 60f3450

Browse files
Merge pull request #261 from rnestler/fix-typo
Fix typo in Rust 1.27.1 release post
2 parents 7712c91 + 06be670 commit 60f3450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2018-07-10-Rust-1.27.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ appropriate page on our website, and check out the [detailed release notes for
2626
This patch release fixes a bug in the borrow checker verification of `match` expressions.
2727
This bug was introduced in 1.26.0 with the stabilization of [match ergonomics]. We are
2828
uncertain that this specific problem actually indicated unsoundness in the borrow checker,
29-
but suspected that it might be a possibility, so decided to issue at point release. The
29+
but suspected that it might be a possibility, so decided to issue a point release. The
3030
code sample below caused a panic inside the compiler prior to this patch.
3131

3232
```rust

0 commit comments

Comments
 (0)