Skip to content

Commit f04daf5

Browse files
committed
CodeDoc FindComponents - specify the order is from depth first search
1 parent 5b554aa commit f04daf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bunit.web/Extensions/RenderedFragmentExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static IRenderedComponent<TComponent> FindComponent<TComponent>(this IRen
6969

7070
/// <summary>
7171
/// Finds all components of type <typeparamref name="TComponent"/> in the render tree of
72-
/// this <see cref="IRenderedFragment"/>.
72+
/// this <see cref="IRenderedFragment"/>, in depth-first order.
7373
/// </summary>
7474
/// <typeparam name="TComponent">Type of components to find.</typeparam>
7575
/// <returns>The <see cref="IRenderedComponent{T}"/>s</returns>

0 commit comments

Comments
 (0)