Skip to content

Commit 61d3aa8

Browse files
committed
Fix typo in database docs
1 parent 317f62f commit 61d3aa8

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)