diff --git a/docs/en/Tutorials/Part-6.md b/docs/en/Tutorials/Part-6.md index 413ff48504..0c480e4318 100644 --- a/docs/en/Tutorials/Part-6.md +++ b/docs/en/Tutorials/Part-6.md @@ -248,7 +248,7 @@ Whenever you throw an `AuthorAlreadyExistsException`, the end use will see a nic `AuthorManager` injects the `IAuthorRepository`, so we need to define it. Create this new interface in the `Authors` folder (namespace) of the `Acme.BookStore.Domain` project: -````charp +````csharp using System; using System.Collections.Generic; using System.Threading.Tasks;