File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/viewer/re_viewer/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2622,7 +2622,7 @@ impl App {
2622
2622
}
2623
2623
}
2624
2624
2625
- /// Get an [`AppBlueprintCtx`] to interact with the given recording.
2625
+ /// Get a helper struct to interact with the given recording.
2626
2626
pub fn blueprint_ctx < ' a > ( & ' a self , recording_id : & StoreId ) -> Option < AppBlueprintCtx < ' a > > {
2627
2627
let hub = self . store_hub . as_ref ( ) ?;
2628
2628
@@ -3389,7 +3389,7 @@ impl BlueprintContext for AppBlueprintCtx<'_> {
3389
3389
}
3390
3390
}
3391
3391
3392
- /// Build a [`AppBlueprintCtx`] to interact with the active blueprint.
3392
+ /// Build a helper struct to interact with the active blueprint.
3393
3393
pub fn active_blueprint_ctx < ' a > (
3394
3394
app_state : & mut AppState ,
3395
3395
command_sender : & ' a CommandSender ,
You can’t perform that action at this time.
0 commit comments