Skip to content

Commit

Permalink
doc(compiler-cranelift) Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Dec 14, 2020
1 parent c881009 commit a994794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler-cranelift/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a994794

Please sign in to comment.