From e981bf80958eb67fd9b9b92f0a12218811a786b4 Mon Sep 17 00:00:00 2001 From: Harvmaster Date: Fri, 7 Aug 2026 02:29:58 +0000 Subject: [PATCH] Added bivariance to allowed words --- .cspell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index 8290ebb..3aa6a11 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,6 +1,6 @@ { "version": "0.1", "import": ["@generalprotocols/cspell-dictionary/cspell.json"], - "words": ["nonfungible", "lockscript"], + "words": ["nonfungible", "lockscript", "bivariance"], "ignorePaths": ["source/template/xo-template.schema.json"] }