diff --git a/doc/api/typescript.md b/doc/api/typescript.md index d2399f17add65d..8875d1f7771e01 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -146,11 +146,10 @@ The most prominent features that require transformation are: * `Enum` declarations * `namespace` with runtime code -* legacy `module` with runtime code * parameter properties * import aliases -`namespaces` and `module` that do not contain runtime code are supported. +`namespace`s that do not contain runtime code are supported. This example will work correctly: ```ts