summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2015-07-14 20:08:00 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-14 20:08:00 +0000
commite67416eccc6092e2fce3619b2244deda36fabd26 (patch)
treeabf18ed7a4c7f11a274213976e968a3c6bf0362d /core/java/android
parent70d39c2836f3c05a93035439df0082b5c471c010 (diff)
parent4859a6125bcf967cf97339b19f30d9788b971e02 (diff)
am 4859a612: Merge "docs: Clarified how to find out when a switch is toggled" into mnc-preview-docs
* commit '4859a6125bcf967cf97339b19f30d9788b971e02': docs: Clarified how to find out when a switch is toggled
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/widget/Switch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/Switch.java b/core/java/android/widget/Switch.java
index 7a2222424cdd..585a84d29a81 100644
--- a/core/java/android/widget/Switch.java
+++ b/core/java/android/widget/Switch.java
@@ -57,7 +57,7 @@ import com.android.internal.R;
* {@link #setTextAppearance(android.content.Context, int) textAppearance} and the related
* setTypeface() methods control the typeface and style of label text, whereas the
* {@link #setSwitchTextAppearance(android.content.Context, int) switchTextAppearance} and
- * the related seSwitchTypeface() methods control that of the thumb.
+ * the related setSwitchTypeface() methods control that of the thumb.
*
* <p>See the <a href="{@docRoot}guide/topics/ui/controls/togglebutton.html">Toggle Buttons</a>
* guide.</p>