Skip to content

Commit c72ebf5

Browse files
committed
Merge branch 'entity-manager' into lightweight-watcher
2 parents 71f0766 + 8ac1b78 commit c72ebf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ struct Actor {
241241
fs_cmd_rx: tokio::sync::mpsc::Receiver<InternalCommand>,
242242
// Tasks for import and export operations.
243243
tasks: JoinSet<()>,
244-
// Entity manager that handles concurrency for entites.
244+
// Entity manager that handles concurrency for entities.
245245
handles: EntityManagerState<EmParams>,
246246
// temp tags
247247
temp_tags: TempTags,

0 commit comments

Comments
 (0)