Skip to content

Commit

Permalink
Minor fix for the Rust language FAQ
Browse files Browse the repository at this point in the history
extra library -> standard library
  • Loading branch information
barosl committed Dec 27, 2014
1 parent 3c60bc0 commit 9f244dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/complement-lang-faq.md
Expand Up @@ -17,7 +17,7 @@ Some examples that demonstrate different aspects of the language:
* [sprocketnes], an NES emulator with no GC, using modern Rust conventions
* The language's general-purpose [hash] function, SipHash-2-4. Bit twiddling, OO, macros
* The standard library's [HashMap], a sendable hash map in an OO style
* The extra library's [json] module. Enums and pattern matching
* The standard library's [json] module. Enums and pattern matching

[sprocketnes]: https://github.com/pcwalton/sprocketnes
[hash]: https://github.com/rust-lang/rust/blob/master/src/libstd/hash/mod.rs
Expand Down

0 comments on commit 9f244dc

Please sign in to comment.