Skip to content

Commit

Permalink
coord: fix typo in comment
Browse files Browse the repository at this point in the history
Follow up from MaterializeInc#3982.
  • Loading branch information
benesch committed Aug 19, 2020
1 parent 3623229 commit 082d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coord/src/coord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ where
return;
}
// A valid index is any index on `id` that is known to the dataflow
// layer, as indicated by its presence in `self.indexes`.s
// layer, as indicated by its presence in `self.indexes`.
let valid_index = self.catalog.indexes()[id]
.iter()
.find(|(id, _keys)| self.indexes.contains_key(*id));
Expand Down

0 comments on commit 082d818

Please sign in to comment.