File tree Expand file tree Collapse file tree
src/server/replication_messages Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments