Skip to content

Commit fb3acc0

Browse files
authored
Update README.md
1 parent 78803f5 commit fb3acc0

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
@@ -57,8 +57,7 @@ And without wrapping `Exception` into a `RuntimeException`. Basically you can th
5757
public class Example {
5858

5959
void example() {
60-
// get rid of code polition with try catch block
61-
// and ugly exception wrapping
60+
// get rid of code polition with try catch block and exception wrapping
6261
URL url = unchecked(() -> new URL("https:/www.example.org"));
6362
System.out(url);
6463
}

0 commit comments

Comments
 (0)