diff --git a/xml/System.CodeDom.Compiler/CodeGenerator.xml b/xml/System.CodeDom.Compiler/CodeGenerator.xml index 3e26eace7c6..965e4f36563 100644 --- a/xml/System.CodeDom.Compiler/CodeGenerator.xml +++ b/xml/System.CodeDom.Compiler/CodeGenerator.xml @@ -2715,7 +2715,7 @@ The statement to generate code for. - Generates code for the specified statement. + Generates code for the specified try-catch-finally statement. To be added. diff --git a/xml/System.CodeDom.Compiler/GeneratorSupport.xml b/xml/System.CodeDom.Compiler/GeneratorSupport.xml index 33b31349496..c14982f9be5 100644 --- a/xml/System.CodeDom.Compiler/GeneratorSupport.xml +++ b/xml/System.CodeDom.Compiler/GeneratorSupport.xml @@ -797,7 +797,7 @@ 32 - Indicates the generator supports statements. + Indicates the generator supports try-catch statements.