2020: day10: comment typo
This commit is contained in:
parent
e2544f5160
commit
b94345ea8e
|
@ -65,7 +65,7 @@ fn find_possibilities(jolts: &[u64], possibilities: &mut HashMap<u64, usize>) ->
|
||||||
.copied()
|
.copied()
|
||||||
// we need the index to step in the jolt slice
|
// we need the index to step in the jolt slice
|
||||||
.enumerate()
|
.enumerate()
|
||||||
// skip the current adapter one
|
// skip the current adapter
|
||||||
.skip(1)
|
.skip(1)
|
||||||
// its 3 successors can possibly be removed
|
// its 3 successors can possibly be removed
|
||||||
.take(3)
|
.take(3)
|
||||||
|
|
Loading…
Reference in a new issue