Skip to content

Commit b28fea9

Browse files
authored
Merge pull request #1841 from Kobzol/db-docs-typo
Fix typo in database docs
2 parents 9bbab58 + 61d3aa8 commit b28fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ series aid cid value
217217
Records the duration of compiling a `rustc` crate for a given artifact and collection.
218218

219219
```
220-
sqlite> select * from runtime_pstat limit 1;
220+
sqlite> select * from rustc_compilation limit 1;
221221
aid cid crate duration
222222
--- --- ---------- --------
223223
1 42 rustc_mir_transform 28.096

0 commit comments

Comments
 (0)