Skip to content

Commit f474615

Browse files
committedAug 10, 2024·
typo
1 parent 92559e4 commit f474615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/mol-repr/representation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ namespace Representation {
201201
substance: Substance
202202
/** Bit mask of per group clipping applied to the representation's renderobjects */
203203
clipping: Clipping
204-
/** Strength of the representations overpaint, transparency, emmissive substance*/
204+
/** Strength of the representations overpaint, transparency, emmissive, substance*/
205205
themeStrength: { overpaint: number, transparency: number, emissive: number, substance: number }
206206
/** Controls if the representation's renderobjects are synced automatically with GPU or not */
207207
syncManually: boolean

0 commit comments

Comments
 (0)
Please sign in to comment.