diff options
| author | 2014-06-18 14:18:25 -0700 | |
|---|---|---|
| committer | 2014-07-23 20:54:50 +0000 | |
| commit | e2bdaea31806791cb2285b180c1b51e38510ce76 (patch) | |
| tree | feade35e088dde794d456491c1421fdff3e67b2c | |
| parent | c57c08298364e93ca4399d184bdba2657f72b11c (diff) | |
cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1
Change-Id: I21424c1407b44554ac135248dabc2328bc70aef9
| -rw-r--r-- | core/java/android/webkit/WebView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index d53bb74c81ab..93bf051967e7 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -87,7 +87,7 @@ import java.util.Map; * </pre> * <p>See {@link android.content.Intent} for more information.</p> * - * <p>To provide a WebView in your own Activity, include a {@code <WebView>} in your layout, + * <p>To provide a WebView in your own Activity, include a {@code <WebView>} in your layout, * or set the entire Activity window as a WebView during {@link * android.app.Activity#onCreate(Bundle) onCreate()}:</p> * <pre class="prettyprint"> |