Skip to content

Commit ce56bbc

Browse files
committed
Update summary for ReactiveObjectInfo model
Revised the XML summary comment for ReactiveObjectInfo to clarify that it represents information about a generated ReactiveObject (view model), improving documentation accuracy.
1 parent 1effa56 commit ce56bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveUI.SourceGenerators.Roslyn/ReactiveObject/Models/ReactiveObjectInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace ReactiveUI.SourceGenerators.Models;
77

88
/// <summary>
9-
/// A model with gathered info on a given command method.
9+
/// A model with gathered information about a generated ReactiveObject (view model).
1010
/// </summary>
1111
internal sealed record ReactiveObjectInfo(
1212
TargetInfo TargetInfo);

0 commit comments

Comments
 (0)