Skip to content

Commit 3d3df7e

Browse files
committed
docs: fix typo
1 parent 3022a56 commit 3d3df7e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/docs/docs/main/change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ pnpm add isaacscript-tsconfig
13401340

13411341
## July 20th, 2022
13421342

1343-
- The shader crash fix will now be automatically be applied to any upgraded mods. (The method was originally discovered by AgentCucco.)
1343+
- The shader crash fix will now be automatically applied to any upgraded mods. (The method was originally discovered by AgentCucco.)
13441344
- Breaking changes:
13451345
- The `removeAllNPCs` function now takes "entityType", "variant", and "subType" parameters, which moves the location of the "cap" parameter.
13461346
- Added the following helper functions:

packages/isaacscript-common/src/functions/rooms.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ export function getRooms(
216216
* Room descriptors without any data are assumed to be non-existent and are not included.
217217
*
218218
* @param includeExtraDimensionalRooms Optional. On some floors (e.g. Downpour 2, Mines 2),
219-
* extra-dimensional rooms are automatically be generated. Default
220-
* is false.
219+
* extra-dimensional rooms will be generated. Default is false.
221220
*/
222221
export function getRoomsInsideGrid(
223222
includeExtraDimensionalRooms = false,

0 commit comments

Comments
 (0)