Skip to content

Commit 8036b12

Browse files
authored
Merge pull request #1814 from Kobzol/doc-typo
Fix typo in triage README
2 parents 6d792e9 + 0e4cb17 commit 8036b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use the API endpoint to automate building the file:
3333

3434
You can also analyze binary size regressions/improvements using the following command:
3535
```
36-
% curl "https://perf.rust-lang.org/perf/triage?start=$PARENT&metric=size:linked-artifact" > binary-size.md
36+
% curl "https://perf.rust-lang.org/perf/triage?start=$PARENT&metric=size:linked_artifact" > binary-size.md
3737
```
3838

3939
## Analysis

0 commit comments

Comments
 (0)