Skip to content

Commit 584ff30

Browse files
committed
remove duplicate function definition line typo
1 parent a83eb41 commit 584ff30

File tree

1 file changed

+0
-1
lines changed
  • articles/cognitive-services/text-analytics/includes/quickstarts

1 file changed

+0
-1
lines changed

articles/cognitive-services/text-analytics/includes/quickstarts/csharp-sdk.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ Create a new function called `EntityRecognitionExample()` that takes the client
267267

268268
```csharp
269269
static void EntityRecognitionExample(TextAnalyticsClient client)
270-
static void EntityRecognitionExample(TextAnalyticsClient client)
271270
{
272271
var response = client.RecognizeEntities("I had a wonderful trip to Seattle last week.");
273272
Console.WriteLine("Named Entities:");

0 commit comments

Comments
 (0)