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

Commit cadd219e authored by Andrew Solovay's avatar Andrew Solovay Committed by Automerger Merge Worker
Browse files

docs: Fix typo ("occured" -> "occurred") am: d14a39ac am: b4c9176b

parents 09913480 b4c9176b
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 {