Fix double space in error message

This commit is contained in:
Michaël Hompus 2021-05-27 18:58:17 +02:00 committed by Ryan Nowak
parent 959810cabe
commit 0731923446
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
<value>The type '{0}' is not a service interface as it is not an interface. </value>
</data>
<data name="ErrorRemotedInterfaceIsGeneric" xml:space="preserve">
<value>The {0} interface '{1}' is using generics. Generic interfaces cannot be remoted.</value>
<value>The {0} interface '{1}' is using generics. Generic interfaces cannot be remoted.</value>
</data>
<data name="ErrorRemotedMethodCancellationTokenOutOfOrder" xml:space="preserve">
<value>Method '{1}' of {0} interface '{2}' has '{4}' parameter '{3}', and it is not the last parameter. If a method of the {0} interface has parameter of type '{4}' it must be the last parameter.</value>