Skip to content

Commit 3212f0f

Browse files
authored
Merge pull request #1162 from wangkirin/master
fix typo in 2020-11-15-Using-rustc_codegen_cranelift.md
2 parents c3b1d99 + c46b5ad commit 3212f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2020-11-15-Using-rustc_codegen_cranelift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ ./build.sh
3737
```
3838

3939
Now, we can start using it to compile a project. For demonstration purposes,
40-
I'll be be using `cargo`, but you can use any Rust project supported by
40+
I'll be using `cargo`, but you can use any Rust project supported by
4141
`cg_clif`.
4242

4343
```

0 commit comments

Comments
 (0)