Skip to content

Commit c72411c

Browse files
committed
docs: Update XML comments in HtmxorComponentResult and PropertyHelper
Updated the XML comments in two classes, HtmxorComponentResult and PropertyHelper. Removed the <see cref="..."/> tags for better readability and clarity. This change does not affect production code.
1 parent cf9502c commit c72411c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Htmxor/Rendering/HtmxorHtmlRenderer.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public ValueTask DisposeAsync()
2929
=> renderer.DisposeAsync();
3030

3131
/// <summary>
32-
/// Gets the <see cref="Components.Dispatcher" /> associated with this instance. Any calls to
32+
/// Gets the <see cref="Dispatcher" /> associated with this instance. Any calls to
3333
/// <see cref="RenderComponentAsync{TComponent}()"/> or <see cref="BeginRenderingComponent{TComponent}()"/>
34-
/// must be performed using this <see cref="Components.Dispatcher" />.
34+
/// must be performed using this <see cref="Dispatcher" />.
3535
/// </summary>
3636
public Dispatcher Dispatcher => renderer.Dispatcher;
3737

0 commit comments

Comments
 (0)