You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/FSStrings.resx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -238,10 +238,10 @@
238
238
<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>
239
239
</data>
240
240
<dataname="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>
242
242
</data>
243
243
<dataname="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>
0 commit comments