summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dirk Dougherty <ddougherty@google.com> 2013-07-24 16:20:45 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-07-24 16:20:45 -0700
commit64800b563b77feb015068baeef2a3a1af2e90fd8 (patch)
treeb7985f650c5685ea04db72bec87abed67aae64f2
parent52b08aa9f3f5db0cffb45145e235c8009d369bef (diff)
parentee8ea96c4ecbb1e52944a1d960584d0645af6d79 (diff)
am ee8ea96c: am 38d4cfd4: Merge "Doc change: fix reference to getBestDateTimePattern()." into jb-mr2-dev
* commit 'ee8ea96c4ecbb1e52944a1d960584d0645af6d79': Doc change: fix reference to getBestDateTimePattern().
-rw-r--r--docs/html/about/versions/jelly-bean.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd
index 667f1c607a31..985a26634b17 100644
--- a/docs/html/about/versions/jelly-bean.jd
+++ b/docs/html/about/versions/jelly-bean.jd
@@ -451,7 +451,7 @@ broadly in your apps, the BidiFormatter APIs are also now available for earlier
platform versions through the Support Package in the Android SDK. </p>
<p>To assist you with managing date formatting across locales, Android 4.3
-includes a new <strong>getBestAvaialbleDate()</strong> method that automatically
+includes a new <strong>getBestDateTimePattern()</strong> method that automatically
generates the best possible localized form of a Unicode UTS date for a locale
that you specify. It’s a convenient way to provide a more localized experience
for your users. </p>