Skip to content

Commit 36b360c

Browse files
committed
tech review
1 parent 23738fd commit 36b360c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/usage-examples/read-code-examples.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
// Distinct Values
4545
// start-distinct
46-
$results = $collection->distinct('year', []);
46+
$results = $collection->distinct('year');
4747
foreach ($results as $value) {
4848
echo json_encode($value) . PHP_EOL;
4949
}
@@ -64,4 +64,4 @@
6464
break;
6565
}
6666
}
67-
// end-change-stream
67+
// end-change-stream

0 commit comments

Comments
 (0)