Skip to content

Commit 7125437

Browse files
authored
Fix typo in README.md
1 parent 4f70b58 commit 7125437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is inspired in part by Ulysse Carion's
1212
and Jonathan Turner's [rustyjit](https://github.com/jonathandturner/rustyjit).
1313

1414
A quick introduction to Cranelift: Cranelift is a compiler backend. It's
15-
light-weight, supports `no_std` mode, doesn't use of floating-point itself,
15+
light-weight, supports `no_std` mode, doesn't use floating-point itself,
1616
and it makes efficient use of memory.
1717

1818
And Cranelift is being architected to allow flexibility in how one uses it.

0 commit comments

Comments
 (0)