Skip to content

Commit

Permalink
Fixed XML docs on UseFirstOrDefaultAttribute (#6098)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinbarrett authored May 1, 2023
1 parent a4ab9e1 commit de2e6b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace HotChocolate.Data;

/// <summary>
/// Returns the first element of the sequence that satisfies a condition or a default value if
/// no such element is found. Applies the <see cref="UseSingleOrDefaultAttribute"/> to the field
/// no such element is found. Applies the <see cref="UseFirstOrDefaultAttribute"/> to the field
/// </summary>
public sealed class UseFirstOrDefaultAttribute
: ObjectFieldDescriptorAttribute
Expand Down

0 comments on commit de2e6b1

Please sign in to comment.