Skip to content

Commit

Permalink
Fixed typo in line 322 (#9276)
Browse files Browse the repository at this point in the history
`trait` was spelled `trai` and used singular instead of plural in
documenting comment.
  • Loading branch information
cactusdualcore authored Jul 26, 2023
1 parent 02688a9 commit 0566e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/shader/post_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 0566e73

Please sign in to comment.