Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d14a39ac authored by Andrew Solovay's avatar Andrew Solovay
Browse files

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]
parent 4cfb823d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {