Skip to content

Commit 53bfed6

Browse files
committed
fix doclink
1 parent 84e5573 commit 53bfed6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/viewer/re_viewport_blueprint/src/test_context_ext.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ impl TestContextExt for TestContext {
2020
/// closure, and saving it back to the blueprint store. The closure should call the appropriate
2121
/// methods of [`ViewportBlueprint`] to inspect and/or create views and containers as required.
2222
///
23-
/// Each time [`setup_viewport_blueprint`] is called, it entirely recomputes the "query
24-
/// results", i.e., the [`re_viewer_context::DataResult`]s that each view contains, based on the
25-
/// current content of the recording store.
23+
/// Each time [`TestContextExt::setup_viewport_blueprint`] is called, it entirely recomputes the
24+
/// "query results", i.e., the [`re_viewer_context::DataResult`]s that each view contains, based
25+
/// on the current content of the recording store.
2626
///
2727
/// Important pre-requisite:
2828
/// - The view classes used by view must be already registered (see

0 commit comments

Comments
 (0)