Skip to content

Commit 6ecba07

Browse files
authored
Update README.md
1 parent fb3acc0 commit 6ecba07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ And without wrapping `Exception` into a `RuntimeException`. Basically you can th
9494

9595
void example() {
9696
Stream.of("https:/www.example.org")
97-
// get rid of code polition with try catch block
98-
// and ugly exception wrapping
97+
// get rid of code polition with try catch block and exception wrapping
9998
.map(url -> unchecked(() -> new URL(url)));
10099
}
101100
}

0 commit comments

Comments
 (0)