Skip to content

Commit a538b5f

Browse files
ShaturUkoeHB
andauthored
Fix docs [skip ci]
Co-authored-by: UkoeHB <37489173+UkoeHB@users.noreply.github.com>
1 parent 42d8392 commit a538b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/replication_messages/mutations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/server/replication_messages/updates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)