Skip to content

Commit

Permalink
Merge pull request #1 from Izurii/chore/typo-schema-name
Browse files Browse the repository at this point in the history
chore: Fix typo on 'Symbol.for('schema_nme')
  • Loading branch information
Izurii authored Feb 17, 2024
2 parents f94d274 + f2870f2 commit 352b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* The symbol to define a unique name for the schema type
*/
export const UNIQUE_NAME = Symbol.for('schema_nme')
export const UNIQUE_NAME = Symbol.for('schema_name')

/**
* The symbol to check if a value is of the given schema
Expand Down

0 comments on commit 352b7fd

Please sign in to comment.