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:
Andrew Solovay
2022-12-29 21:21:24 +00:00
parent 4cfb823dc5
commit d14a39ac96

View File

@@ -19,7 +19,7 @@ package android.webkit;
import android.annotation.SystemApi; 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)} * {@link WebViewClient#onReceivedError(WebView, WebResourceRequest, WebResourceError) WebViewClient.onReceivedError(WebView, WebResourceRequest, WebResourceError)}
*/ */
public abstract class WebResourceError { public abstract class WebResourceError {