We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7d191 commit 5f46e62Copy full SHA for 5f46e62
1 file changed
docs/bugpattern/FutureReturnValueIgnored.md
@@ -1,7 +1,7 @@
1
Methods that return `java.util.concurrent.Future` and its subclasses generally
2
indicate errors by returning a future that eventually fails.
3
4
-If you don’t check the return value of these methods, you will never find out if
+If you don't check the return value of these methods, you will never find out if
5
they threw an exception.
6
7
Nested futures can also result in missed cancellation signals or suppressed
0 commit comments