Skip to content

Commit cf30bb5

Browse files
authored
typo in Rust-1.86.0.md (#1552)
1 parent f9a34df commit cf30bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/Rust-1.86.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn requires_avx2() {
9898

9999
#[target_feature(enable = "avx2")]
100100
fn safe_callsite() {
101-
// Calling `requires_avx2` here is safe as `bar`
101+
// Calling `requires_avx2` here is safe as `safe_callsite`
102102
// requires the `avx2` feature itself.
103103
requires_avx2();
104104
}
@@ -171,4 +171,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
171171

172172
## Contributors to 1.86.0
173173

174-
Many people came together to create Rust 1.86.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.86.0/)
174+
Many people came together to create Rust 1.86.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.86.0/)

0 commit comments

Comments
 (0)