diff options
| author | Barosl Lee <vcs@barosl.com> | 2014-12-13 23:54:06 +0900 |
|---|---|---|
| committer | Barosl Lee <vcs@barosl.com> | 2014-12-27 12:50:10 +0900 |
| commit | 9f244dc97a1ee0340d53de5faedb5a170fa8e6f2 (patch) | |
| tree | 5fff7334318869ab60f4418499a8247c3c0a1158 /src/doc/complement-lang-faq.md | |
| parent | 3c60bc02ce6de2823d0b837f90d5db0077fce6f7 (diff) | |
| download | rust-9f244dc97a1ee0340d53de5faedb5a170fa8e6f2.tar.gz rust-9f244dc97a1ee0340d53de5faedb5a170fa8e6f2.zip | |
Minor fix for the Rust language FAQ
extra library -> standard library
Diffstat (limited to 'src/doc/complement-lang-faq.md')
| -rw-r--r-- | src/doc/complement-lang-faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md index 9e73863239f..a9a9e0858ec 100644 --- a/src/doc/complement-lang-faq.md +++ b/src/doc/complement-lang-faq.md @@ -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 |
