Skip to content

Commit ffda53c

Browse files
authored
[Fusion] Fixed grammar in SourceSchemaMerger XML docs (#8258)
1 parent de34c86 commit ffda53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/Fusion-vnext/src/Fusion.Composition/SourceSchemaMerger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ private static IType LeastRestrictiveType(
707707
/// either source requires a non-null value, the merged type also becomes non-null so that no
708708
/// invalid (e.g., <c>null</c>) data can be introduced at runtime. Conversely, if both sources
709709
/// allow <c>null</c>, the merged type remains nullable. The same principle applies to list
710-
/// types, where the more restrictive settings (non-null list or non-null elements) is used.
710+
/// types, where the more restrictive settings (non-null list or non-null elements) are used.
711711
/// </summary>
712712
/// <seealso href="https://graphql.github.io/composite-schemas-spec/draft/#sec-Most-Restrictive-Type">
713713
/// Specification

0 commit comments

Comments
 (0)