We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b553d0a commit eb0d1e7Copy full SHA for eb0d1e7
src/DynamoDBGenerator.SourceGenerator/Types/TypeIdentifier.cs
@@ -24,7 +24,7 @@ protected TypeIdentifier(ITypeSymbol typeSymbol)
24
{ IsValueType: true, OriginalDefinition.SpecialType: SpecialType.System_Nullable_T } => true,
25
{ IsValueType: true } => false,
26
_ => throw new ArgumentOutOfRangeException(
27
- $"Could not determine nullablity of type '{typeSymbol.ToDisplayString()}'.")
+ $"Could not determine nullability of type '{typeSymbol.ToDisplayString()}'.")
28
};
29
30
TypeSymbol = typeSymbol;
0 commit comments