Skip to content

Commit 8c2268a

Browse files
Updated summaries of in-process helpers.
1 parent 1551ddf commit 8c2268a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/KristofferStrube.Blazor.FileAPI/Blob.InProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class BlobInProcess : Blob, IJSInProcessCreatable<BlobInProcess, Blob>
1414
public new IJSInProcessObjectReference JSReference { get; }
1515

1616
/// <summary>
17-
/// A lazily loaded task that evaluates to a helper module instance from the Blazor.FileAPI library.
17+
/// A helper module instance from the Blazor.FileAPI library.
1818
/// </summary>
1919
protected IJSInProcessObjectReference InProcessHelper { get; }
2020

src/KristofferStrube.Blazor.FileAPI/File.InProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class FileInProcess : File, IJSInProcessCreatable<FileInProcess, File>
1414
public new IJSInProcessObjectReference JSReference { get; }
1515

1616
/// <summary>
17-
/// A lazily loaded task that evaluates to a helper module instance from the Blazor.FileAPI library.
17+
/// A helper module instance from the Blazor.FileAPI library.
1818
/// </summary>
1919
protected IJSInProcessObjectReference InProcessHelper { get; }
2020

src/KristofferStrube.Blazor.FileAPI/FileReader.InProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class FileReaderInProcess : FileReader, IJSInProcessCreatable<FileReaderI
1414
public new IJSInProcessObjectReference JSReference { get; set; }
1515

1616
/// <summary>
17-
/// A lazily loaded task that evaluates to a helper module instance from the Blazor.FileAPI library.
17+
/// A helper module instance from the Blazor.FileAPI library.
1818
/// </summary>
1919
protected IJSInProcessObjectReference InProcessHelper { get; }
2020

src/KristofferStrube.Blazor.FileAPI/ProgressEvent.InProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ProgressEventInProcess : ProgressEvent, IJSInProcessCreatable<Progr
1212
public new IJSInProcessObjectReference JSReference { get; }
1313

1414
/// <summary>
15-
/// A lazily loaded task that evaluates to a helper module instance from the Blazor.FileAPI library.
15+
/// A helper module instance from the Blazor.FileAPI library.
1616
/// </summary>
1717
protected readonly IJSInProcessObjectReference InProcessHelper;
1818

0 commit comments

Comments
 (0)