diff --git a/templates/dotnet/docs/example.md.twig b/templates/dotnet/docs/example.md.twig index c89379116..a02ce8877 100644 --- a/templates/dotnet/docs/example.md.twig +++ b/templates/dotnet/docs/example.md.twig @@ -1,4 +1,4 @@ -use {{ spec.title | caseUcfirst }}; +using {{ spec.title | caseUcfirst }}; Client client = new Client();