From 7bb84d0be1c15325d62b8f82bed8f0f7e7919657 Mon Sep 17 00:00:00 2001
From: Kevin Hufnagle
Date: Wed, 6 Apr 2016 15:40:03 -0700
Subject: [PATCH] docs: Fixed capitalization error in method name.
The LocaleList.getDefault() method now uses the correct capitalization
under the "Designing your App to Support Additional Locales" section
of the "Language and Locale" page.
Bug: 27653797
Change-Id: I89ca2ca20c2cfc2f572a71d31c508bdff74b35ee
---
docs/html/preview/features/multilingual-support.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/html/preview/features/multilingual-support.jd b/docs/html/preview/features/multilingual-support.jd
index ac96452c48363..89ecd5d512869 100644
--- a/docs/html/preview/features/multilingual-support.jd
+++ b/docs/html/preview/features/multilingual-support.jd
@@ -188,7 +188,7 @@ support French.
Designing your App to Support Additional Locales
LocaleList API
-Android N adds a new API {@code LocaleList.GetDefault()}
+
Android N adds a new API {@code LocaleList.getDefault()}
that lets apps directly query the list of languages a user has specified. This API
allows you to create more sophisticated
app behavior and better-optimized display of content. For example, Search