Skip to content

Commit f7c1bdd

Browse files
committed
Update purpose.md
1 parent 400be14 commit f7c1bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/streams/purpose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for (double d : doubles) {
2121
}
2222
```
2323

24-
```java
24+
```java,no_run
2525
List<Double> doubles = List.of(1.5, 2.5, 3.9);
2626
2727
List<Double> newDoubles = doubles.stream()

0 commit comments

Comments
 (0)