Fixed typo in line 322 (#9276)

`trait` was spelled `trai` and used singular instead of plural in
documenting comment.
This commit is contained in:
Paul Buehne 2023-07-26 08:04:01 +02:00 committed by GitHub
parent 02688a99b8
commit 0566e73af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),