From 006f0051843063d0629dd484182596d934398c8c Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 24 Jun 2021 15:35:14 -0400 Subject: [PATCH] Fix comment Signed-off-by: Sebastian Malton --- src/migrations/hotbar-store/5.0.0-beta.10.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/migrations/hotbar-store/5.0.0-beta.10.ts b/src/migrations/hotbar-store/5.0.0-beta.10.ts index d17f1448db..dd94db34a5 100644 --- a/src/migrations/hotbar-store/5.0.0-beta.10.ts +++ b/src/migrations/hotbar-store/5.0.0-beta.10.ts @@ -92,8 +92,8 @@ export default { const freeIndex = defaultHotbar.items.findIndex(isNull); if (freeIndex === -1) { - // making a new hotbar is less destructive if the first hotbar called default - // is full then overriding a previously pinned item + // making a new hotbar is less destructive if the first hotbar + // called "default" is full than overriding a hotbar item const hotbar = { id: uuid.v4(), name: "initial",