Skip to content

Commit b8c1db3

Browse files
committed
null -> langword null
1 parent d61fb67 commit b8c1db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticAssets/src/StaticAssetsEndpointRouteBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class StaticAssetsEndpointRouteBuilderExtensions
2020
/// <param name="endpoints">The <see cref="IEndpointRouteBuilder"/>.</param>
2121
/// <param name="staticAssetsManifestPath">The path to the static assets manifest file.</param>
2222
/// <remarks>
23-
/// The <paramref name="staticAssetsManifestPath"/> can be null to use the <see cref="IHostEnvironment.ApplicationName"/> to locate the manifest.
23+
/// The <paramref name="staticAssetsManifestPath"/> can be <see langword="null"/> to use the <see cref="IHostEnvironment.ApplicationName"/> to locate the manifest.
2424
/// As an alternative, a full path can be specified to the manifest file. If a relative path is used, we'll search for the file in the <see cref="AppContext.BaseDirectory"/>.
2525
/// </remarks>
2626
public static StaticAssetsEndpointConventionBuilder MapStaticAssets(this IEndpointRouteBuilder endpoints, string? staticAssetsManifestPath = null)

0 commit comments

Comments
 (0)