From 9b77ef9a2dfccdb6061f77048ca596ad854a7b12 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:43:01 +0300 Subject: [PATCH] Update llama.native.nativelibraryconfig.md --- docs/xmldocs/llama.native.nativelibraryconfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xmldocs/llama.native.nativelibraryconfig.md b/docs/xmldocs/llama.native.nativelibraryconfig.md index 7cd99de55..38e8f96ad 100644 --- a/docs/xmldocs/llama.native.nativelibraryconfig.md +++ b/docs/xmldocs/llama.native.nativelibraryconfig.md @@ -195,7 +195,7 @@ Thrown if `LibraryHasLoaded` is true. ### **WithSearchDirectories(IEnumerable<String>)** -Add self-defined search directories. Note that the file stucture of the added +Add self-defined search directories. Note that the file structure of the added directories must be the same as the default directory. Besides, the directory won't be used recursively. @@ -213,7 +213,7 @@ public NativeLibraryConfig WithSearchDirectories(IEnumerable directories ### **WithSearchDirectory(String)** -Add self-defined search directories. Note that the file stucture of the added +Add self-defined search directories. Note that the file structure of the added directories must be the same as the default directory. Besides, the directory won't be used recursively.