Skip to content

Commit

Permalink
Missing semicolon in README.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev authored Jul 18, 2024
1 parent 9d219f5 commit bf5ea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ var glossaryEnToDe = await translator.CreateGlossaryAsync(
Console.WriteLine($"Created {glossaryEnToDe.Name}' ({glossaryEnToDe.GlossaryId}) " +
$"{glossaryEnToDe.SourceLanguageCode}->{glossaryEnToDe.TargetLanguageCode} " +
$"containing {glossaryEnToDe.EntryCount} entries"
)
);
// Example: Created 'My glossary' (559192ed-8e23-...) en->de containing 2 entries
```

Expand Down

0 comments on commit bf5ea48

Please sign in to comment.