summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml')
-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>