Skip to content

Commit 173f64a

Browse files
committed
Fix doc comment
1 parent 1d6f55d commit 173f64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/wireframe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub struct WireframeUniform {
189189
}
190190

191191
/// Internal [`WireframePlugin`] resource.
192-
/// This is the GPU representation of a [`Wireframe`].
192+
/// This is the data required for rendering [`Wireframe`]s.
193193
#[derive(Component)]
194194
pub struct GlobalWireframeMeta {
195195
pub uniforms: DynamicUniformVec<WireframeUniform>,

0 commit comments

Comments
 (0)