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.
2 parents 71f0766 + 8ac1b78 commit c72ebf5Copy full SHA for c72ebf5
src/store/fs.rs
@@ -241,7 +241,7 @@ struct Actor {
241
fs_cmd_rx: tokio::sync::mpsc::Receiver<InternalCommand>,
242
// Tasks for import and export operations.
243
tasks: JoinSet<()>,
244
- // Entity manager that handles concurrency for entites.
+ // Entity manager that handles concurrency for entities.
245
handles: EntityManagerState<EmParams>,
246
// temp tags
247
temp_tags: TempTags,
0 commit comments