Skip to content

Commit c33fdd4

Browse files
authored
Update accessing-services-using-a-wcf-client.md (#34620)
Removed a typo ")".
1 parent b497ccd commit c33fdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/wcf/accessing-services-using-a-wcf-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ End Class
152152

153153
```csharp
154154
// Create a client object with the given client endpoint configuration.
155-
CalculatorClient calcClient = new CalculatorClient("CalculatorEndpoint"));
155+
CalculatorClient calcClient = new CalculatorClient("CalculatorEndpoint");
156156
// Call the Add service operation.
157157
double value1 = 100.00D;
158158
double value2 = 15.99D;

0 commit comments

Comments
 (0)