Skip to content

Commit 5c905e5

Browse files
authored
Merge pull request #1849 from chengr4/fix-typo
fix typo
2 parents 84f413d + 8a2087c commit 5c905e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Category is either `primary` (real-world benchmark) or `secondary` (stress test)
128128
Stable benchmarks have `category` set to `primary` and `stabilized` set to `1`.
129129

130130
```
131-
sqlite> select * from runtime_benchmark limit 1;
131+
sqlite> select * from benchmark limit 1;
132132
name stabilized category
133133
---------- ---------- ----------
134134
helloworld 0 primary

0 commit comments

Comments
 (0)