Skip to content

Commit 2fb8a5a

Browse files
committed
fix comment typo
1 parent 0d75c6b commit 2fb8a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/commands/command_queue.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ mod test {
147147

148148
assert_eq!(world.entities().len(), 2);
149149

150-
// The previous call to `apply` clearer the queue.
150+
// The previous call to `apply` cleared the queue.
151151
// This call should do nothing.
152152
queue.apply(&mut world);
153153
assert_eq!(world.entities().len(), 2);

0 commit comments

Comments
 (0)