Skip to content

Commit

Permalink
docs: Missing semicolon in README.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Jul 18, 2024
1 parent 83d3d8d commit 2809173
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 2809173

Please sign in to comment.