Skip to content

Commit db1ad85

Browse files
codedom: fix typo in title (#41600)
1 parent c4320f9 commit db1ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/reflection-and-codedom/generating-and-compiling-source-code-from-a-codedom-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ helpviewer_keywords:
2828
- "CodeDOM, graphs"
2929
ms.assetid: 6c864c8e-6dd3-4a65-ace0-36879d9a9c42
3030
---
31-
# Generate and compile source code from a CodeDOM fraph
31+
# Generate and compile source code from a CodeDOM graph
3232

3333
The <xref:System.CodeDom.Compiler> namespace provides interfaces for generating source code from CodeDOM object graphs and for managing compilation with supported compilers. A code provider can produce source code in a particular programming language according to a CodeDOM graph. A class that derives from <xref:System.CodeDom.Compiler.CodeDomProvider> can typically provide methods for generating and compiling code for the language the provider supports.
3434

0 commit comments

Comments
 (0)