]> git.lizzy.rs Git - rust.git/commitdiff
Minor fix for the Rust language FAQ
authorBarosl Lee <vcs@barosl.com>
Sat, 13 Dec 2014 14:54:06 +0000 (23:54 +0900)
committerBarosl Lee <vcs@barosl.com>
Sat, 27 Dec 2014 03:50:10 +0000 (12:50 +0900)
extra library -> standard library

src/doc/complement-lang-faq.md

index 9e73863239fbc06b05e807f243b7bb65d99d7cf5..a9a9e0858ec6b7cc387a5b48d2d09b8c5f166b24 100644 (file)
@@ -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