Skip to content

Commit 1effa56

Browse files
committed
Update XML doc for ReactiveObject generator test
Clarified the summary comment for the test method to specify it tests the ReactiveObject generator with IReactiveObjectAttribute.
1 parent 1de168b commit 1effa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveUI.SourceGenerator.Tests/UnitTests/ReactiveObjectGeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace ReactiveUI.SourceGenerator.Tests;
1414
public class ReactiveObjectGeneratorTests : TestBase<ReactiveObjectGenerator>
1515
{
1616
/// <summary>
17-
/// Froms the reactive object.
17+
/// Tests the ReactiveObject generator with IReactiveObjectAttribute.
1818
/// </summary>
1919
/// <returns>A task to monitor the async.</returns>
2020
[Test]

0 commit comments

Comments
 (0)