Skip to content

Commit a39eaf1

Browse files
committed
graph: Fix typo in comment
1 parent 417ee08 commit a39eaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/src/env/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub struct EnvVarsStore {
8686
pub batch_timeout: Option<Duration>,
8787

8888
/// The number of workers to use for batch operations. If there are idle
89-
/// connectiosn, each subgraph copy operation will use up to this many
89+
/// connections, each subgraph copy operation will use up to this many
9090
/// workers to copy tables in parallel. Defaults to 1 and must be at
9191
/// least 1
9292
pub batch_workers: usize,

0 commit comments

Comments
 (0)