diff --git a/examples/shader/post_processing.rs b/examples/shader/post_processing.rs index 759cc2467769d..a61b1c8f63528 100644 --- a/examples/shader/post_processing.rs +++ b/examples/shader/post_processing.rs @@ -318,8 +318,8 @@ impl FromWorld for PostProcessPipeline { write_mask: ColorWrites::ALL, })], }), - // All of the following property are not important for this effect so just use the default values. - // This struct doesn't have the Default trai implemented because not all field can have a default value. + // All of the following properties are not important for this effect so just use the default values. + // This struct doesn't have the Default trait implemented because not all field can have a default value. primitive: PrimitiveState::default(), depth_stencil: None, multisample: MultisampleState::default(),