Skip to content

Commit 64b5743

Browse files
authored
Update FSStrings.resx
1 parent acf4fb0 commit 64b5743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Compiler/FSStrings.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@
238238
<value>This construct causes code to be less generic than indicated by its type annotations. The type variable implied by the use of a '#', '_' or other type annotation at or near '{0}' has been constrained to be type '{1}'.</value>
239239
</data>
240240
<data name="NonRigidTypar2" xml:space="preserve">
241-
<value>This construct causes code to be less generic than indicated by the type annotations. The unit-of-measure variable '{0} has been constrained to be measure '{1}'.</value>
241+
<value>This construct causes code to be less generic than indicated by the type annotations. The unit-of-measure variable '{0}' has been constrained to be measure '{1}'.</value>
242242
</data>
243243
<data name="NonRigidTypar3" xml:space="preserve">
244-
<value>This construct causes code to be less generic than indicated by the type annotations. The type variable '{0} has been constrained to be type '{1}'.</value>
244+
<value>This construct causes code to be less generic than indicated by the type annotations. The type variable '{0}' has been constrained to be type '{1}'.</value>
245245
</data>
246246
<data name="Parser.TOKEN.IDENT" xml:space="preserve">
247247
<value>identifier</value>
@@ -1155,4 +1155,4 @@
11551155
<data name="NoConstructorsAvailableForType" xml:space="preserve">
11561156
<value>No constructors are available for the type '{0}'</value>
11571157
</data>
1158-
</root>
1158+
</root>

0 commit comments

Comments
 (0)