Skip to content

Commit b172d68

Browse files
committed
Spelling mistake
1 parent cc2000e commit b172d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3d/post_processing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ADJUSTMENT_SPEED: f32 = 0.002;
2222
/// The maximum supported chromatic aberration intensity level.
2323
const MAX_CHROMATIC_ABERRATION_INTENSITY: f32 = 0.4;
2424

25-
/// The maximun supported film grain intensity level.
25+
/// The maximum supported film grain intensity level.
2626
const MAX_FILM_GRAIN_INTENSITY: f32 = 0.2;
2727

2828
/// The settings that the user can control.

0 commit comments

Comments
 (0)