Skip to content

Commit ce616d7

Browse files
Fixed XML comment caught by CI
1 parent 1a875a2 commit ce616d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/System.CommandLine/Parsing/CliValueResult.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ internal CliValueResult(
4646
/// <summary>
4747
/// Returns the value, or the default for the type.
4848
/// </summary>
49-
/// <typeparam name="T">The type to return</typeparam>
5049
/// <returns>The value, cast to the requested type.</returns>
5150
public object? GetValue()
5251
=> Value is null

0 commit comments

Comments
 (0)