From ebcf1eefc0a79ab85ad8e55b6827800065300778 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sat, 26 Oct 2024 01:39:58 +0100 Subject: [PATCH] Suppressed false positive spelling error --- .github/_typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/_typos.toml b/.github/_typos.toml index 87860f0a9..fb576b499 100644 --- a/.github/_typos.toml +++ b/.github/_typos.toml @@ -14,3 +14,7 @@ extend-exclude = [ "LLama.Benchmark/Assets/", "LLama.Examples/Assets/" ] + +[default.extend-words] +# Used in a comment in SafeLLamaSamplerHandle.cs, as a prefix of "hello" +teh = "hel" \ No newline at end of file