We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9faab commit 8ac1b78Copy full SHA for 8ac1b78
src/store/fs.rs
@@ -234,7 +234,7 @@ struct Actor {
234
fs_cmd_rx: tokio::sync::mpsc::Receiver<InternalCommand>,
235
// Tasks for import and export operations.
236
tasks: JoinSet<()>,
237
- // Entity manager that handles concurrency for entites.
+ // Entity manager that handles concurrency for entities.
238
handles: EntityManagerState<EmParams>,
239
// temp tags
240
temp_tags: TempTags,
0 commit comments