Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Aug 11, 2023
1 parent 4566819 commit e7ce56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bloom.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This example shows that bevy_smud works with bloom enabled
//!
//! Note that you could probably achieve chieper and higher quality bloom-like
//! Note that you could probably achieve cheaper and higher quality bloom-like
//! effects by creating a custom fill.

use bevy::{core_pipeline::bloom::BloomSettings, prelude::*};
Expand Down

0 comments on commit e7ce56c

Please sign in to comment.