Skip to content

Commit 37a422f

Browse files
committed
Fix typo in XML doc comment for Inheritance property
Corrected '</sumary>' to '</summary>' in the XML documentation comments for the Inheritance property in ReactiveAttribute. Updated both the source and generated test files for consistency.
1 parent 1dd7bd5 commit 37a422f

11 files changed

+22
-22
lines changed

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactiveFromPartialWithAlsoNotify#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactivePartialProperties#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactiveProperiesWithAttributes#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactiveProperties#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactivePropertiesCalledValue#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactivePropertiesWithAccess#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactivePropertiesWithAttributesAccessAndInheritance#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactivePropertiesWithIdenticalClass#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactivePropertiesWithInit#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/REACTIVE/ReactiveGeneratorTests.FromReactivePropertiesWithNestedClass#ReactiveUI.SourceGenerators.ReactiveAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ReactiveAttribute(params string[] alsoNotify)
3434

3535
/// <summary>
3636
/// Gets the InheritanceModifier of the property.
37-
/// </sumary>
37+
/// </summary>
3838
public InheritanceModifier Inheritance { get; init; }
3939

4040
/// <summary>
@@ -48,4 +48,4 @@ public ReactiveAttribute(params string[] alsoNotify)
4848
public string[]? AlsoNotify { get; }
4949
}
5050
#nullable restore
51-
#pragma warning restore
51+
#pragma warning restore

0 commit comments

Comments
 (0)