Skip to content

Commit ef8a221

Browse files
Fix some bugs
Co-Authored-By: Jonas Schievink <[email protected]>
1 parent c76ec2f commit ef8a221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/2019-07-15-Rust-1.37.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ struct AlignN<T>(T);
137137
### Library changes
138138

139139
[`BufReader::buffer`]: https://doc.rust-lang.org/std/io/struct.BufReader.html#method.buffer
140-
[`BufWriter::buffer`]: https://doc.rust-lang.org/std/io/struct.BufReader.html#method.buffer
140+
[`BufWriter::buffer`]: https://doc.rust-lang.org/std/io/struct.BufWriter.html#method.buffer
141141
[`Cell::from_mut`]: https://doc.rust-lang.org/std/cell/struct.Cell.html#method.from_mut
142142
[`Cell::as_slice_of_cells`]: https://doc.rust-lang.org/std/cell/struct.Cell.html#method.as_slice_of_cells
143143
[`DoubleEndedIterator::nth_back`]: https://doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.html#method.nth_back
@@ -146,7 +146,7 @@ struct AlignN<T>(T);
146146
[`{i,u}{8,16,64,128,size}::reverse_bits`]: https://doc.rust-lang.org/std/primitive.u8.html#method.reverse_bits
147147
[`slice::copy_within`]: https://doc.rust-lang.org/std/primitive.slice.html#method.copy_within
148148

149-
In Rust 1.37.0 there have been a number of standard library stabilization:
149+
In Rust 1.37.0 there have been a number of standard library stabilizations:
150150

151151
- [`BufReader::buffer`] and [`BufWriter::buffer`]
152152
- [`Cell::from_mut`]
@@ -170,7 +170,7 @@ without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.37.0/)
170170

171171
## New sponsors of Rust infrastructure
172172

173-
Along with the release, wed like to thank two new sponsors of Rusts infrastructure who provided the resources needed to make Rust 1.37.0 happen: Amazon Web Services (AWS) and Microsoft.
173+
Along with the release, we'd like to thank two new sponsors of Rust's infrastructure who provided the resources needed to make Rust 1.37.0 happen: Amazon Web Services (AWS) and Microsoft.
174174

175175
- AWS has generously covered our bill for hosting compilers on S3, serving those compilers to users through CloudFront, preventing regressions with Crater on EC2, and managing numerous other Rust-related infrastructure hosted on AWS.
176176
- Microsoft has generously sponsored builders for Rust’s CI infrastructure, notably the extremely resource intensive rust-lang/rust repository.

0 commit comments

Comments
 (0)