Skip to content

Commit 4d472ea

Browse files
zhassan-awstedinski
authored andcommitted
Fixed typo in developer documentation (rust-lang#628)
1 parent cb1531f commit 4d472ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmc-docs/src/dev-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
([`--keep-stage` comes with caveats](https://rustc-dev-guide.rust-lang.org/building/suggested.html#incremental-builds-with---keep-stage). Know that it may cause spurious build failures.)
1414
```bash
1515
# Build rmc crate
16-
./scripts/setup/rmc_build_lib.sh
16+
./scripts/setup/build_rmc_lib.sh
1717
```
1818
```bash
1919
# Full regression suite

0 commit comments

Comments
 (0)