diff --git a/docs/xmldocs/llama.native.nativelibraryconfig.md b/docs/xmldocs/llama.native.nativelibraryconfig.md index 7cd99de5..38e8f96a 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.