Fix spelling in several code comments (#1860)

Signed-off-by: renshuncui <renshun@111.com>
This commit is contained in:
renshuncui
2024-07-25 16:17:32 +09:00
committed by GitHub
parent e1df23c28e
commit 9712f9b037
4 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ pub struct Footprint {
pub resolution: glam::UVec2,
/// Quality of the render, this may be used by caching nodes to decide if the cached render is sufficient
pub quality: RenderQuality,
/// When the transform is set downstream, all upsream modifications have to be ignored
/// When the transform is set downstream, all upstream modifications have to be ignored
pub ignore_modifications: bool,
}