From 2d09c86f586b2c0865a7b1ecc0824ff5d01cfb03 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Tue, 30 Apr 2024 15:29:55 +0100 Subject: [PATCH] Fixed spelling --- LLama/Native/SafeLlamaModelHandle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama/Native/SafeLlamaModelHandle.cs b/LLama/Native/SafeLlamaModelHandle.cs index 04095d29..e55902bc 100644 --- a/LLama/Native/SafeLlamaModelHandle.cs +++ b/LLama/Native/SafeLlamaModelHandle.cs @@ -411,7 +411,7 @@ namespace LLama.Native /// /// Token to decode /// A span to attempt to write into. If this is too small nothing will be written - /// If true, special charcters will be converted to text. If false they will be invisible. + /// If true, special characters will be converted to text. If false they will be invisible. /// The size of this token. **nothing will be written** if this is larger than `dest` public uint TokenToSpan(LLamaToken token, Span dest, bool special = false) {