We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f4e98 commit 0367e02Copy full SHA for 0367e02
database/src/pool.rs
@@ -181,7 +181,7 @@ pub trait Connection: Send + Sync {
181
async fn purge_artifact(&self, aid: &ArtifactId);
182
183
/// Add an item to the `benchmark_requests`, if the `benchmark_request`
184
- /// extists it will be ignored
+ /// exists it will be ignored
185
async fn insert_benchmark_request(&self, benchmark_request: &BenchmarkRequest);
186
}
187
0 commit comments