Skip to content

Commit 80c601e

Browse files
authored
Redundant description (#44207)
1 parent d8e1f10 commit 80c601e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ What is "Intermediate Language" (or IL for short)? It is a product of compilatio
2020

2121
Once you produce IL from your high-level code, you will most likely want to run it. This is where the CLR takes over and starts the process of **Just-In-Time** compiling, or **JIT-ing** your code from IL to machine code that can actually be run on a CPU. In this way, the CLR knows exactly what your code is doing and can effectively *manage* it.
2222

23-
Intermediate Language is sometimes also called Common Intermediate Language (CIL) or common intermediate language (CIL).
23+
Intermediate Language is sometimes also called Common Intermediate Language (CIL).
2424

2525
## Unmanaged code interoperability
2626

0 commit comments

Comments
 (0)