isaacscript-common 71.0.1 → 71.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8649,7 +8649,7 @@ export declare function isAllPressurePlatesPushed(): boolean;
8649
8649
  /**
8650
8650
  * Helper function to loop through every room on the floor and see if it has been cleared.
8651
8651
  *
8652
- * This function will only check rooms inside the gird and inside the current dimension.
8652
+ * This function will only check rooms inside the grid and inside the current dimension.
8653
8653
  *
8654
8654
  * @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
8655
8655
  * the array will be ignored. If not specified, then all rooms will be
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 71.0.1
3
+ isaacscript-common 71.0.2
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -244,7 +244,7 @@ export declare function is2x1Room(roomData: RoomConfig): boolean;
244
244
  /**
245
245
  * Helper function to loop through every room on the floor and see if it has been cleared.
246
246
  *
247
- * This function will only check rooms inside the gird and inside the current dimension.
247
+ * This function will only check rooms inside the grid and inside the current dimension.
248
248
  *
249
249
  * @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
250
250
  * the array will be ignored. If not specified, then all rooms will be
@@ -566,7 +566,7 @@ function ____exports.inStartingRoom(self)
566
566
  end
567
567
  --- Helper function to loop through every room on the floor and see if it has been cleared.
568
568
  --
569
- -- This function will only check rooms inside the gird and inside the current dimension.
569
+ -- This function will only check rooms inside the grid and inside the current dimension.
570
570
  --
571
571
  -- @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
572
572
  -- the array will be ignored. If not specified, then all rooms will be
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "71.0.1",
3
+ "version": "71.0.2",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -534,7 +534,7 @@ export function is2x1Room(roomData: RoomConfig): boolean {
534
534
  /**
535
535
  * Helper function to loop through every room on the floor and see if it has been cleared.
536
536
  *
537
- * This function will only check rooms inside the gird and inside the current dimension.
537
+ * This function will only check rooms inside the grid and inside the current dimension.
538
538
  *
539
539
  * @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
540
540
  * the array will be ignored. If not specified, then all rooms will be