Skip to content

Fix typo #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/2015-03-09-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Manish started working on Servo as part of the GSoC program in 2014, where he im
* [Device abstraction in gfx-rs][gfx]. gfx-rs was recently rearchitected to
support more graphics backends than just OpenGL.
* [gstreamer1.0-rs]. Bindings to GStreamer.
* [rust-prce]. Recently updated but needs a maintainer.
* [rust-pcre]. Recently updated but needs a maintainer.
* [synth]. A polyphonic Synth type whose multiple oscillators generate
sound via amplitude and frequency envelopes, implemented in Rust.
* [pcg]. A Rust implementation of the PCG PRNG.
Expand Down Expand Up @@ -208,7 +208,7 @@ Manish started working on Servo as part of the GSoC program in 2014, where he im
[pcg]: https://github.com/codahale/pcg
[cargo-build]: http://users.rust-lang.org/t/rust-to-js-with-emscripten/587/4
[gstreamer1.0-rs]: http://users.rust-lang.org/t/gstreamer-bindings/591
[rust-prce]: http://users.rust-lang.org/t/pcre-crate-in-rust/553
[rust-pcre]: http://users.rust-lang.org/t/pcre-crate-in-rust/553
[gfx]: https://gfx-rs.github.io/2015/03/01/device.html
[synth]: https://www.reddit.com/r/rust/comments/2xruhg/synth_a_polyphonic_synth_type_whose_multiple/

Expand Down