Skip to content

Commit

Permalink
fix: typo on 'Symbol.for('schema_nme') (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Izurii authored Feb 22, 2024
1 parent ef50170 commit d2a03a3
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 d2a03a3

Please sign in to comment.