Skip to content

Commit c155942

Browse files
Ref to File type in summary for File.
1 parent 117c919 commit c155942

File tree

1 file changed

+1
-1
lines changed
  • src/KristofferStrube.Blazor.FileAPI

1 file changed

+1
-1
lines changed

src/KristofferStrube.Blazor.FileAPI/File.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace KristofferStrube.Blazor.FileAPI;
55

66
/// <summary>
7-
/// A File object is a <see cref="Blob"/> object with a <see cref="GetNameAsync"/> attribute, which is a string;
7+
/// A <see cref="File"/> object is a <see cref="Blob"/> object with a <see cref="GetNameAsync"/> attribute, which is a string;
88
/// it can be created within the web application via a constructor,
99
/// or is a reference to a byte sequence from a file from the underlying (OS) file system.
1010
/// </summary>

0 commit comments

Comments
 (0)