summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2016-08-03 12:14:59 -0500
committerGitHub <noreply@github.com>2016-08-03 12:14:59 -0500
commit2d0add9c499253379dd8bc6050cd2c027890be6b (patch)
treea78ffbb9ebb85fb3c7c10a0f906751fc567953bc /docs
parent671d9466400acc7bd9bc7db45f550b2a4c6cb596 (diff)
downloadxamarin-forms-2d0add9c499253379dd8bc6050cd2c027890be6b.tar.gz
xamarin-forms-2d0add9c499253379dd8bc6050cd2c027890be6b.tar.bz2
xamarin-forms-2d0add9c499253379dd8bc6050cd2c027890be6b.zip
Fixed https://github.com/xamarin/documentation/issues/1508 (#275)
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml
index 6daf123a..560ebc6a 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml
@@ -117,13 +117,13 @@ namespace FormsGallery
<item>
<term>Items</term>
<description>
- <para>A local file specification that identifies an image.</para>
+ <para>A list of items with which to populate the picker.</para>
</description>
</item>
<item>
<term>SelectedIndex</term>
<description>
- <para>An integer, from 0 to 1 less than the count of items that are listed in <c>Items</c>. Currently, this element must be specified in a tag that appears lexically below <c>Items</c>.</para>
+ <para>An integer from 0 to 1 less than the count of items that are listed in <c>Items</c>. This element must be specified in a tag that appears lexically after <c>Items</c>.</para>
</description>
</item>
<item>