Skip to content

Commit 6d16a5b

Browse files
authored
Fix typo error of IL Disassembler (#46820)
1 parent e021f63 commit 6d16a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/metadata-and-self-describing-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public class MyApp
128128

129129
When the code runs, the runtime loads the module into memory and consults the metadata for this class. Once loaded, the runtime performs extensive analysis of the method's common intermediate language (CIL) stream to convert it to fast native machine instructions. The runtime uses a just-in-time (JIT) compiler to convert the CIL instructions to native machine code one method at a time as needed.
130130

131-
The following example shows part of the CIL produced from the previous code's `Main` function. You can view the CIL and metadata from any .NET application using the [CIL Disassembler (Ildasm.exe)](../framework/tools/ildasm-exe-il-disassembler.md).
131+
The following example shows part of the CIL produced from the previous code's `Main` function. You can view the CIL and metadata from any .NET application using the [IL Disassembler (Ildasm.exe)](../framework/tools/ildasm-exe-il-disassembler.md).
132132

133133
```console
134134
.entrypoint

0 commit comments

Comments
 (0)