mirror of https://github.com/dapr/dotnet-sdk.git
Fix double space in error message
This commit is contained in:
parent
959810cabe
commit
0731923446
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue