Skip to content

Commit 9d9c305

Browse files
committed
Edits
1 parent ed516f8 commit 9d9c305

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_posts/2017-05-05-libz-blitz.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Rust APIs great: principles like "make performance characteristics clear" and
9090
"use ownership to encapsulate invariants"; consistent naming conventions like
9191
`mut`, `ref`, `as`, `into`, that let users intuit what they don't know
9292
from what they do; small details of presentation that add up, like consistently
93-
documentating possible error cases in a dedicated "Errors" section; and so many
93+
documenting possible error cases in a dedicated "Errors" section; and so many
9494
more factors to consider when publishing Rust crates.
9595

9696
In 2017 we plan to apply the principles behind the design of `std` to an
@@ -156,7 +156,7 @@ further improving discoverability on crates.io, [please start a thread]!
156156
### Rust standards of community
157157

158158
We have some idea of what goes into publishing exceptional Rust crates, but the
159-
Rust library team is not the sole authority of Rust API designthe Rust crate
159+
Rust library team is not the sole authority of Rust API designthe Rust crate
160160
ecosystem is created by all of us together and there are many lessons yet to
161161
learn. In recognition of that, **the library team is architecting our efforts to
162162
be as welcoming and inclusive as we can**.
@@ -208,10 +208,10 @@ crates to get a feel for it: [`bitflags`], [`tempdir`], [`flate2`], and
208208
but you can expect them to have "1.0" releases soon. As the crates under
209209
evaluation grow in scope, presumably the tasks that arise will grow as well.
210210

211-
[`byteorder`]: https://docs.rs/byteorder
212-
[`bitflags`]: https://doc.rust-lang.org/tempdir/tempdir/index.html
213-
[`tempdir`]: https://doc.rust-lang.org/tempdir/tempdir/index.html
214-
[`flate2`]: https://github.com/rust-lang-nursery/bitflags
211+
[`byteorder`]: https://github.com/BurntSushi/byteorder/issues/76
212+
[`bitflags`]: https://github.com/rust-lang-nursery/bitflags/issues/80
213+
[`tempdir`]: https://github.com/rust-lang-nursery/tempdir/issues/28
214+
[`flate2`]: https://github.com/alexcrichton/flate2-rs/issues/89
215215
[`lazy_static`]: https://github.com/rust-lang-nursery/lazy-static.rs/issues/70
216216

217217

0 commit comments

Comments
 (0)