Skip to content

Commit 9e7bf77

Browse files
extra char in comment
1 parent ff932a4 commit 9e7bf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.CommandLine.Subsystems/Subsystems/Annotations/AnnotationAccessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public struct AnnotationAccessor<TValue>(CliSubsystem owner, AnnotationId<TValue
3333
/// Retrieve the value for the annotation and symbol
3434
/// </summary>
3535
/// <param name="symbol">The CliSymbol the value is for.</param>
36-
/// <param name="value">The value to retrieve/</param>
36+
/// <param name="value">The value to retrieve.</param>
3737
/// <returns>True if the value was found, false otherwise.</returns>
3838
public readonly bool TryGet(CliSymbol symbol, [NotNullWhen(true)] out TValue? value) => owner.TryGetAnnotation(symbol, Id, out value);
3939

0 commit comments

Comments
 (0)