Skip to content

Commit

Permalink
Merge pull request #1841 from Kobzol/db-docs-typo
Browse files Browse the repository at this point in the history
Fix typo in database docs
  • Loading branch information
Kobzol committed Mar 10, 2024
2 parents 9bbab58 + 61d3aa8 commit b28fea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ series aid cid value
Records the duration of compiling a `rustc` crate for a given artifact and collection.

```
sqlite> select * from runtime_pstat limit 1;
sqlite> select * from rustc_compilation limit 1;
aid cid crate duration
--- --- ---------- --------
1 42 rustc_mir_transform 28.096
Expand Down

0 comments on commit b28fea9

Please sign in to comment.