Skip to content

Commit

Permalink
Fix typo in database docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Mar 9, 2024
1 parent 317f62f commit 61d3aa8
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 61d3aa8

Please sign in to comment.