File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/HotChocolate/Fusion-vnext/src/Fusion.Composition Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -707,7 +707,7 @@ private static IType LeastRestrictiveType(
707
707
/// either source requires a non-null value, the merged type also becomes non-null so that no
708
708
/// invalid (e.g., <c>null</c>) data can be introduced at runtime. Conversely, if both sources
709
709
/// 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.
711
711
/// </summary>
712
712
/// <seealso href="https://graphql.github.io/composite-schemas-spec/draft/#sec-Most-Restrictive-Type">
713
713
/// Specification
You can’t perform that action at this time.
0 commit comments