Skip to content

Commit

Permalink
all green
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 26, 2024
1 parent 32d4602 commit 263fc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_gizmos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl AppGizmoBuilder for App {
/// Holds handles to the line gizmos for each gizmo configuration group
// As `TypeIdMap` iteration order depends on the order of insertions and deletions, this uses
// `Option<Handle>` to be able to reserve the slot when creating the gizmo configuration group.
// That way iteration order is stable accross executions and depends on the order of configuration
// That way iteration order is stable across executions and depends on the order of configuration
// group creation.
#[derive(Resource, Default)]
struct LineGizmoHandles {
Expand Down

0 comments on commit 263fc84

Please sign in to comment.