File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/server/replication_messages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ impl Mutations {
268268 mutations. ranges . components
269269 } ) ;
270270 pools. ranges . extend ( ranges) ;
271- // We don't take component IDs because they moved to `MutateInfo` during sending.
271+ // We don't take component IDs because they are moved to `MutateInfo` during sending.
272272 }
273273 }
274274
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ impl Updates {
111111 self . removals_entity_added = false ;
112112 }
113113
114- /// Returns `true` if [`Self::add_removals_entity`] were called since the last
114+ /// Returns `true` if [`Self::add_removals_entity`] was called since the last
115115 /// call of [`Self::start_entity_removals`].
116116 pub ( crate ) fn removals_entity_added ( & mut self ) -> bool {
117117 self . removals_entity_added
You can’t perform that action at this time.
0 commit comments