Skip to content

Commit b67fe9d

Browse files
committed
Fix a short checklist question for Ft.3
1 parent 9c3c3e8 commit b67fe9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ Parallel Streams
170170
Futures
171171
- [Non-blocking computation needs to be decorated as a `Future`?](#unneeded-future)
172172
- [Method returning a `Future` doesn't block?](#future-method-no-blocking)
173-
- [In a method returning a `Future`, considered wrapping an "expected" exception within the `Future`?
174-
](#future-method-failure-paths)
173+
- [In a method returning a `Future`, considered wrapping an "expected" exception as a failed
174+
`Future`?](#future-method-failure-paths)
175175

176176
Thread interruption and `Future` cancellation
177177
- [Interruption status is restored before wrapping `InterruptedException` with another exception?

0 commit comments

Comments
 (0)