docs: Fix typo ("occured" -> "occurred")
CommonTypos linter was warning about this typo in the generated doc. Also slightly improved grammar of sentence fragment. No changes to code, just to docs. Bug: 263824202 Change-Id: I060f4b76631297ca10fb72cf5ea2de7774b328f4 Test: [go/abtd docs build]
This commit is contained in:
@@ -19,7 +19,7 @@ package android.webkit;
|
||||
import android.annotation.SystemApi;
|
||||
|
||||
/**
|
||||
* Encapsulates information about errors occured during loading of web resources. See
|
||||
* Encapsulates information about errors that occurred during loading of web resources. See
|
||||
* {@link WebViewClient#onReceivedError(WebView, WebResourceRequest, WebResourceError) WebViewClient.onReceivedError(WebView, WebResourceRequest, WebResourceError)}
|
||||
*/
|
||||
public abstract class WebResourceError {
|
||||
|
||||
Reference in New Issue
Block a user