Skip to content

Commit 0b14587

Browse files
committed
update typo
1 parent 79a22c9 commit 0b14587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pub trait Connection: Send + Sync {
181181
async fn purge_artifact(&self, aid: &ArtifactId);
182182

183183
/// Add an item to the `benchmark_requests`, if the `benchmark_request`
184-
/// extists it will be ignored
184+
/// exists it will be ignored
185185
async fn insert_benchmark_request(&self, benchmark_request: &BenchmarkRequest);
186186
}
187187

0 commit comments

Comments
 (0)