Skip to content

Commit 7ce518e

Browse files
authored
Merge pull request #1206 from leopardracer/master
Fix Typo in Documentation: "stucture" to "structure" in NativeLibraryConfig
2 parents ac902ad + 9b77ef9 commit 7ce518e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/xmldocs/llama.native.nativelibraryconfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Thrown if `LibraryHasLoaded` is true.
195195

196196
### **WithSearchDirectories(IEnumerable<String>)**
197197

198-
Add self-defined search directories. Note that the file stucture of the added
198+
Add self-defined search directories. Note that the file structure of the added
199199
directories must be the same as the default directory. Besides, the directory
200200
won't be used recursively.
201201

@@ -213,7 +213,7 @@ public NativeLibraryConfig WithSearchDirectories(IEnumerable<string> directories
213213

214214
### **WithSearchDirectory(String)**
215215

216-
Add self-defined search directories. Note that the file stucture of the added
216+
Add self-defined search directories. Note that the file structure of the added
217217
directories must be the same as the default directory. Besides, the directory
218218
won't be used recursively.
219219

0 commit comments

Comments
 (0)