Skip to content

Commit a8f9dd7

Browse files
author
Pete Harris
authored
Update Encoding.md
Add a missing "-"
1 parent e2c158a commit a8f9dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docs/Encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Most other texture compression formats have a static channel assignment in
135135
terms of the expected data correlation. For example, ETC2+EAC assumes that RGB
136136
are always correlated and that alpha is non-correlated. ASTC can automatically
137137
encode data as either fully correlated across all 4 channels, or with any one
138-
channel assigned to a separate non correlated partition to the other three.
138+
channel assigned to a separate non-correlated partition to the other three.
139139

140140
The non-correlated channel can be changed on a block-by-block basis, so the
141141
compressor can dynamically adjust the coding based on the data present in the

0 commit comments

Comments
 (0)