Skip to content

Commit 4c60136

Browse files
committed
Update comment
1 parent 5caad7b commit 4c60136

File tree

1 file changed

+1
-1
lines changed
  • differential-dataflow/src/trace/implementations

1 file changed

+1
-1
lines changed

differential-dataflow/src/trace/implementations/ord_neu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub mod layers {
153153
fn default() -> Self { Self::with_capacity(0, 0) }
154154
}
155155
impl<O: for<'a> BatchContainer<ReadItem<'a> = usize>, T: BatchContainer, D: BatchContainer> Upds<O, T, D> {
156-
/// Lower and upper bounds in `self.vals` of the indexed list.
156+
/// Lower and upper bounds in `self.times` and `self.diffs` of the indexed list.
157157
pub fn bounds(&self, index: usize) -> (usize, usize) {
158158
let mut lower = self.offs.index(index);
159159
let upper = self.offs.index(index+1);

0 commit comments

Comments
 (0)