File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Thrown if `LibraryHasLoaded` is true.
195
195
196
196
### ** WithSearchDirectories(IEnumerable< ; String> ; )**
197
197
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
199
199
directories must be the same as the default directory. Besides, the directory
200
200
won't be used recursively.
201
201
@@ -213,7 +213,7 @@ public NativeLibraryConfig WithSearchDirectories(IEnumerable<string> directories
213
213
214
214
### ** WithSearchDirectory(String)**
215
215
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
217
217
directories must be the same as the default directory. Besides, the directory
218
218
won't be used recursively.
219
219
You can’t perform that action at this time.
0 commit comments