Skip to content

Commit

Permalink
fix doc comment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 9, 2025
1 parent b22cd8f commit 10f9533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_viewer_context/src/test_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl Default for TestContext {
}
}

/// Create an egui_wgpu::RenderState for tests.
/// Create an `egui_wgpu::RenderState` for tests.
///
/// May be `None` if we failed to initialize the wgpu renderer setup.
fn create_egui_renderstate() -> Option<egui_wgpu::RenderState> {
Expand Down

0 comments on commit 10f9533

Please sign in to comment.