diff --git a/website/src/content/docs/docs/howtos/Generate client libraries/04renaming.mdx b/website/src/content/docs/docs/howtos/Generate client libraries/04renaming.mdx index ed0b6bf081..2e47f1d9ac 100644 --- a/website/src/content/docs/docs/howtos/Generate client libraries/04renaming.mdx +++ b/website/src/content/docs/docs/howtos/Generate client libraries/04renaming.mdx @@ -66,6 +66,7 @@ namespace PetStoreNamespace ``` ```typescript +// Here is the generated code for TypeScript RLC interface InputModel { name: string; } @@ -147,7 +148,7 @@ namespace PetStoreNamespace ``` ```typescript -// Typescript do not change behavior based on protocolAPI or convenientAPI +// TypeScript RLC won't change behavior based on protocolAPI or convenientAPI ``` ```java @@ -211,7 +212,7 @@ namespace PetStoreNamespace ``` ```typescript -// Typescript do not change behavior based on protocolAPI or convenientAPI +// TypeScript RLC won't change behavior based on protocolAPI or convenientAPI ``` ```java