Skip to content

Commit f968aca

Browse files
committed
fix: comment typo
1 parent e82c1c9 commit f968aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ export function getTSTLClassName(object: unknown): string | undefined {
4545
}
4646

4747
/**
48-
* Helper function to determine if a given object is a TypeScriptToLua `Map`.
48+
* Helper function to determine if a given object is a `DefaultMap` from `isaacscript-common`.
4949
*
5050
* It is not reliable to use the `instanceof` operator to determine this because each Lua module has
51-
* their own copies of the entire lualib and thus their own instantiated version of a `Map`.
51+
* their own copies of the entire lualib and thus their own instantiated version of a `DefaultMap`.
5252
*/
5353
export function isDefaultMap(
5454
object: unknown,

0 commit comments

Comments
 (0)