Skip to content

Commit 486bcc6

Browse files
committed
fix: the typo in experimental package.
1 parent b8a8f9e commit 486bcc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LLama.Experimental/Native/NativeLibraryDownloader.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using HuggingfaceHub;
1+
using HuggingfaceHub;
22

33
namespace LLama.Native
44
{
@@ -108,7 +108,7 @@ public class NativeLibraryDownloadSettings
108108

109109
/// <summary>
110110
/// Extra search directories. They will only be used when finding files downloaded from remote.
111-
/// Generally it will be useful when you wnat to replace the downloading process with your custom implementation.
111+
/// Generally it will be useful when you want to replace the downloading process with your custom implementation.
112112
/// If you are not sure how it works, please leave it empty.
113113
/// </summary>
114114
public string[]? ExtraSearchDirectories { get; private set; } = null;
@@ -225,7 +225,7 @@ public NativeLibraryDownloadSettings WithTimeout(int timeout)
225225

226226
/// <summary>
227227
/// Set <see cref="ExtraSearchDirectories"/>. They will only be used when finding files downloaded from remote.
228-
/// Generally it will be useful when you wnat to replace the downloading process with your custom implementation.
228+
/// Generally it will be useful when you want to replace the downloading process with your custom implementation.
229229
/// If you are not sure how it works, please ignore this method.
230230
/// </summary>
231231
/// <param name="directories"></param>

0 commit comments

Comments
 (0)