diff options
| author | 2020-10-13 20:41:32 +0000 | |
|---|---|---|
| committer | 2020-10-14 20:38:09 +0000 | |
| commit | d5726423ca08fcfb6af0c4392d286b072c34b2a6 (patch) | |
| tree | 2bdd87d31299495a4648f4740c68edec95857c52 | |
| parent | 936cd3b3f1c0e06bbb233f2bcad5d7f449001cbf (diff) | |
Doc: Fix typo the right way. Supersedes cl/318172931
Bug: 170764224
Change-Id: Iaef1aa4fd3143e6e9019d06834001b3bfa3d887d
Exempt-from-owner-approval: Docs-only typo fix
| -rw-r--r-- | core/java/android/view/accessibility/AccessibilityEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/accessibility/AccessibilityEvent.java b/core/java/android/view/accessibility/AccessibilityEvent.java index 3b8368380dda..9d66a21848db 100644 --- a/core/java/android/view/accessibility/AccessibilityEvent.java +++ b/core/java/android/view/accessibility/AccessibilityEvent.java @@ -199,7 +199,7 @@ import java.util.List; * <b>Window state changed</b> - represents the event of a change to a section of * the user interface that is visually distinct. Should be sent from either the * root view of a window or from a view that is marked as a pane - * {@link android.view.View#setAccessibilityPaneTitle(CharSequence)}. Not that changes + * {@link android.view.View#setAccessibilityPaneTitle(CharSequence)}. Note that changes * to true windows are represented by {@link #TYPE_WINDOWS_CHANGED}.</br> * <em>Type:</em> {@link #TYPE_WINDOW_STATE_CHANGED}</br> * <em>Properties:</em></br> |