API docs: typo fixes in button nested classes docs (#542)

This commit is contained in:
Mike Norman 2016-11-17 15:04:03 -06:00 коммит произвёл GitHub
Родитель 0bd91860e2
Коммит efceb9e5ac
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -52,7 +52,7 @@
<ReturnType>Xamarin.Forms.Button+ButtonContentLayout+ImagePosition</ReturnType>
</ReturnValue>
<Docs>
<summary>Indicates that the image will appear at the reght edge of the button.</summary>
<summary>Indicates that the image will appear at the right edge of the button.</summary>
</Docs>
</Member>
<Member MemberName="Top">

Просмотреть файл

@ -42,7 +42,7 @@
</Parameters>
<Docs>
<param name="value">To be added.</param>
<summary>Conerts <paramref name="value" /> into a <see cref="T:Xamarin.Forms.Button+ButtonContentLayout" /> object.</summary>
<summary>Converts <paramref name="value" /> into a <see cref="T:Xamarin.Forms.Button+ButtonContentLayout" /> object.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>