diff options
author | Mike Norman <mknorman@gmail.com> | 2016-04-24 16:37:00 -0500 |
---|---|---|
committer | Rui Marinho <me@ruimarinho.net> | 2016-04-24 17:37:00 -0400 |
commit | f578efa39f7846549ded0a962c8556292fc9ed57 (patch) | |
tree | 48a5e2e63ee7fcf021ab8200412573d42e491d0c /docs | |
parent | 94ec5e7d9edc357aca669db04a098ae857fdd763 (diff) | |
download | xamarin-forms-f578efa39f7846549ded0a962c8556292fc9ed57.tar.gz xamarin-forms-f578efa39f7846549ded0a962c8556292fc9ed57.tar.bz2 xamarin-forms-f578efa39f7846549ded0a962c8556292fc9ed57.zip |
Fixed typo in Aspect.xml (#126)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml index af7ad112..74998d0b 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml @@ -79,7 +79,7 @@ <ReturnType>Xamarin.Forms.Aspect</ReturnType> </ReturnValue> <Docs> - <summary>Scale the image so it exactly fill the view. Scaling may not be uniform in X and Y.</summary> + <summary>Scale the image so it exactly fills the view. Scaling may not be uniform in X and Y.</summary> </Docs> </Member> </Members> |