Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: duplicate word
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jan 25, 2024
1 parent 0eb1ac6 commit 694462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiling/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ for profiling and creating the trace file.
Since Rspack takes quite a while to build, you can use the following procedure without invoking `cargo instruments`.
It has the same effect.

In workspace root's root `Cargo.toml`, turn on debug symbols and disable symbol stripping in the `[profile.release]` section
In workspace root's `Cargo.toml`, turn on debug symbols and disable symbol stripping in the `[profile.release]` section

```toml
[profile.release]
Expand Down

0 comments on commit 694462f

Please sign in to comment.