Skip to content

Commit fdb06ed

Browse files
authored
Merge pull request #2093 from rust-lang/fix-primary-category
Fix category value case
2 parents 8fd89e0 + 50795c5 commit fdb06ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/compile-benchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Rust code being written today.
177177
benchmark.
178178
- Look at [crates.io](https://crates.io) to find the latest (non-prerelease) version.
179179
- Download it with `collector download -c $CATEGORY -a $ARTIFACT crate $NAME $VERSION`.
180-
The `$CATEGORY` is probably `primary`. `$ARTIFACT` is either `library` or `binary`, depending
180+
The `$CATEGORY` is probably `Primary`. `$ARTIFACT` is either `library` or `binary`, depending
181181
on what kind of artifact does the benchmark build.
182182
- It makes it easier for reviewers if you split things into two commits.
183183
- In the first commit, just add the code for the entire benchmark.

0 commit comments

Comments
 (0)