Fix typos.

This commit is contained in:
Bruce Mitchener 2018-11-11 20:52:36 +07:00
parent b76ee83254
commit a62af858e0
19 changed files with 22 additions and 22 deletions

View file

@ -184,7 +184,7 @@ const WASM_WHITELIST: &[(&str, Option<&str>)] = &[
];
/// When rustdoc is running, provide a list of all known features so that all their respective
/// primtives may be documented.
/// primitives may be documented.
///
/// IMPORTANT: If you're adding another whitelist to the above lists, make sure to add it to this
/// iterator!