Skip to content

Commit f7e6cc5

Browse files
Updated summaries in PermissionState to link to values instead of using strings.
1 parent c7d991f commit f7e6cc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/KristofferStrube.Blazor.FileSystemAccess/Enums/PermissionState.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public enum PermissionState
2323
Denied,
2424

2525
/// <summary>
26-
/// The user has not given express permission to use the feature (i.e., it's the same as "denied").
27-
/// It also means that if a caller attempts to use the feature, the user agent will either be prompting the user for permission or access to the feature will be "denied".
26+
/// The user has not given express permission to use the feature (i.e., it's the same as <see cref="Denied"/>).
27+
/// It also means that if a caller attempts to use the feature, the user agent will either be prompting the user for permission or access to the feature will be <see cref="Denied"/>.
2828
/// </summary>
2929
Prompt,
3030
}

0 commit comments

Comments
 (0)