Skip to content

Commit

Permalink
fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Jul 5, 2024
1 parent b7e7ce8 commit 6459734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//! }
//!
//! fn write_gradient(mut atmosphere: AtmosphereMut<Gradient>) {
//! atmosphere.horizon = Color::RED;
//! atmosphere.horizon = LinearRgba::RED;
//! }
//!
//! fn check_model(atmosphere: Res<AtmosphereModel>) {
Expand Down

0 comments on commit 6459734

Please sign in to comment.