Fix javadoc typo
Change-Id: Id851e1752eba2f57ce7360619fee3b14417b053f Docs: Fix typo in public StrictMode javadoc Bug: 62204662 Test: make ds-docs
This commit is contained in:
@@ -791,7 +791,7 @@ public final class StrictMode {
|
||||
|
||||
/**
|
||||
* Detect when an {@link java.io.Closeable} or other
|
||||
* object with a explict termination method is finalized
|
||||
* object with an explicit termination method is finalized
|
||||
* without having been closed.
|
||||
*
|
||||
* <p>You always want to explicitly close such objects to
|
||||
|
||||
Reference in New Issue
Block a user