Skip to content

Commit ed79f41

Browse files
Update message for generic type. (#36434)
1 parent 4c3ca59 commit ed79f41

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Private.CoreLib/src/Resources

1 file changed

+1
-1
lines changed

src/libraries/System.Private.CoreLib/src/Resources/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@
13431343
<value>The specified object must not be an instance of a generic type.</value>
13441344
</data>
13451345
<data name="Argument_NeedNonGenericType" xml:space="preserve">
1346-
<value>The specified Type must not be a generic type definition.</value>
1346+
<value>The specified Type must not be a generic type.</value>
13471347
</data>
13481348
<data name="Argument_NeedStructWithNoRefs" xml:space="preserve">
13491349
<value>The specified Type must be a struct containing no references.</value>

0 commit comments

Comments
 (0)