Fix typo in comment in `containers/scene.rs` (#5747)

There was a typo in one of the comments in the file, so I fixed it :).
This commit is contained in:
Jack Maguire 2025-02-27 21:50:16 +07:00 committed by GitHub
parent 0521caed2e
commit 05141f8690
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ impl Scene {
}
if !scene_rect_was_good {
// Auto-reset if the trsnsformation goes bad somehow (or started bad).
// Auto-reset if the transformation goes bad somehow (or started bad).
*scene_rect = inner_rect;
}