Skip to content

Commit 97bd71b

Browse files
committed
fix: Wrong xml doc for method
1 parent 5f8cb25 commit 97bd71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bunit/BunitContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public partial class BunitContext : IDisposable, IAsyncDisposable
5555
public ComponentFactoryCollection ComponentFactories { get; } = new();
5656

5757
/// <summary>
58-
/// TODO.
58+
/// Gets the components that has been rendered by this <see cref="BunitContext"/>.
5959
/// </summary>
6060
internal ISet<IRenderedComponent<IComponent>> ReturnedRenderedComponents { get; } = new HashSet<IRenderedComponent<IComponent>>();
6161

0 commit comments

Comments
 (0)