summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2016-03-28 16:02:08 -0600
committerE.Z. Hart <hartez@gmail.com>2016-03-29 12:02:26 -0600
commite969ddb727472ed3a7aed15a1a724a906b185cbe (patch)
treeb2aaee90d7ed2f0b3fd003bbfd2cb93f17d6c7c2 /docs
parent57b0f3ab3080928d2ddd2da58fc84ef7023c3651 (diff)
downloadxamarin-forms-e969ddb727472ed3a7aed15a1a724a906b185cbe.tar.gz
xamarin-forms-e969ddb727472ed3a7aed15a1a724a906b185cbe.tar.bz2
xamarin-forms-e969ddb727472ed3a7aed15a1a724a906b185cbe.zip
Update references to outdated project name
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Command.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Command.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Command.xml
index e8ad13ea..9fdc1182 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Command.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Command.xml
@@ -116,7 +116,7 @@ var button = new Button {
<param name="execute">An Action to execute when the Command is executed.</param>
<param name="canExecute">A <see cref="T:System.Func&lt;bool&gt;" /> indicating if the Command can be executed.</param>
<summary>Initializes a new instance of the Command class.</summary>
- <remarks>Wehenever the value returned by canExecute has changed, a call to <see cref="M:Xamarin.QuickuI.Command.ChangeCanExecute" /> is required to trigger <see cref="E:System.Windows.Input.ICommand.CanExecuteChanged" />.</remarks>
+ <remarks>Whenever the value returned by canExecute has changed, a call to <see cref="M:Xamarin.Forms.Core.Command.ChangeCanExecute" /> is required to trigger <see cref="E:System.Windows.Input.ICommand.CanExecuteChanged" />.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
@@ -140,7 +140,7 @@ var button = new Button {
<param name="execute">An Action&lt;object&gt; to execute when the Command is executed.</param>
<param name="canExecute">A <see cref="T:System.Func&lt;object,bool&gt;" /> indicating if the Command can be executed.</param>
<summary>Initializes a new instance of the Command class.</summary>
- <remarks>Wehenever the value returned by canExecute has changed, a call to <see cref="M:Xamarin.QuickuI.Command.ChangeCanExecute" /> is required to trigger <see cref="E:System.Windows.Input.ICommand.CanExecuteChanged" />.</remarks>
+ <remarks>Whenever the value returned by canExecute has changed, a call to <see cref="M:Xamarin.Forms.Core.Command.ChangeCanExecute" /> is required to trigger <see cref="E:System.Windows.Input.ICommand.CanExecuteChanged" />.</remarks>
</Docs>
</Member>
<Member MemberName="CanExecute">