Skip to content

Commit 331e1e4

Browse files
authored
Fix minor doc typos (#577)
1 parent 7f7e8e7 commit 331e1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rend3-types/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1073,8 +1073,8 @@ impl<const C: usize, T> MaterialArray<T> for [T; C] {
10731073
/// - A material array indexed by the material index. Each material has:
10741074
/// - One u32 per texture. If this value is 0, the texture doesn't exist. If
10751075
/// this value is non-zero, subtract one and index into the texture array to
1076-
/// ge thte texture.
1077-
/// - Padding to 16 byte alignemnet.
1076+
/// get the texture.
1077+
/// - Padding to 16 byte alignment.
10781078
/// - The data provided by the material.
10791079
pub trait Material: WasmNotSend + WasmNotSync + 'static {
10801080
type DataType: encase::ShaderSize + encase::internal::WriteInto;

0 commit comments

Comments
 (0)