Skip to content

Commit 5f46e62

Browse files
klueverError Prone Team
authored andcommitted
Fix a typo (wrong quotation mark).
PiperOrigin-RevId: 821702018
1 parent de7d191 commit 5f46e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/bugpattern/FutureReturnValueIgnored.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Methods that return `java.util.concurrent.Future` and its subclasses generally
22
indicate errors by returning a future that eventually fails.
33

4-
If you dont check the return value of these methods, you will never find out if
4+
If you don't check the return value of these methods, you will never find out if
55
they threw an exception.
66

77
Nested futures can also result in missed cancellation signals or suppressed

0 commit comments

Comments
 (0)