Improve documentation for assert.compareIterator.

This commit is contained in:
Ms2ger 2022-11-04 10:20:45 +01:00 committed by Philip Chimento
parent 745f3c01aa
commit 5d8ebdff05
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ defines: [assert.compareIterator]
// yield 3;
// }
//
// compareIterator(numbers(), [
// assert.compareIterator(numbers(), [
// v => assert.sameValue(v, 1),
// v => assert.sameValue(v, 2),
// v => assert.sameValue(v, 3),