Skip to content

Commit 9f8b884

Browse files
authored
Apply suggestions from code review
1 parent 1920c1e commit 9f8b884

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/replication_messages/mutations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl Mutations {
124124
/// independently on the client.
125125
/// Message splits only happen per-entity to avoid weird behavior from partial entity mutations.
126126
///
127-
/// After sendining all data in the component will be cleared.
127+
/// After sending all data in the component will be cleared.
128128
pub(crate) fn send(
129129
&mut self,
130130
server: &mut RepliconServer,

src/server/replication_messages/updates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ impl Updates {
192192
/// Additionally, we don't serialize the size for the last array and
193193
/// on deserialization just consume all remaining bytes.
194194
///
195-
/// After sendining all data in the component will be cleared.
195+
/// After sending all data in the component will be cleared.
196196
pub(crate) fn send(
197197
&mut self,
198198
server: &mut RepliconServer,

0 commit comments

Comments
 (0)