Skip to content

Commit 826db8d

Browse files
committed
Fix typo in ReactiveCommand attribute summary
Corrected 'ReativeCommandAttribute' to 'ReactiveCommand Attribute' in the summary comments of multiple generated test files for improved clarity and accuracy.
1 parent ce56bbc commit 826db8d

8 files changed

+8
-8
lines changed

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveAsyncCommand#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveAsyncCommandWithParameter#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveCommand#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveCommandWithAccessModifier#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveCommandWithNestedClasses#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveCommandWithNullableTypeAndNullableReturnType#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveCommandWithOutputScheduler#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

src/ReactiveUI.SourceGenerator.Tests/REACTIVECMD/ReactiveCMDGeneratorTests.FromReactiveCommandWithParameter#ReactiveUI.SourceGenerators.ReactiveCommandAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactiveUI.SourceGenerators;
1111

1212
/// <summary>
13-
/// ReativeCommandAttribute.
13+
/// ReactiveCommand Attribute.
1414
/// </summary>
1515
/// <seealso cref="Attribute" />
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]

0 commit comments

Comments
 (0)