doc(compiler-cranelift) Fix a typo.

This commit is contained in:
Ivan Enderlin
2020-12-14 15:23:34 +01:00
parent c8810096f8
commit a9947943a2

View File

@@ -3,7 +3,7 @@
//! Cranelift is a fast IR generator created by Mozilla for usage in
//! Firefox as a next JS compiler generator.
//!
//! Compared to LLVM, Cranelit is a bit faster and made entirely in Rust.
//! Compared to LLVM, Cranelift is a bit faster and made entirely in Rust.
#![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)]
#![warn(unused_import_braces)]
#![cfg_attr(