From f2870f2ba50187715472308ea19f602178d18d05 Mon Sep 17 00:00:00 2001 From: Izurii Date: Sat, 17 Feb 2024 09:35:26 -0300 Subject: [PATCH] chore: Fix typo on 'Symbol.for('schema_nme') --- src/symbols.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symbols.ts b/src/symbols.ts index db7f9e4..ca31de7 100644 --- a/src/symbols.ts +++ b/src/symbols.ts @@ -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