diff options
Diffstat (limited to 'llvm/docs/GettingStartedVS.rst')
-rw-r--r-- | llvm/docs/GettingStartedVS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index 9847c835b85..c46dc831eb9 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/docs/GettingStartedVS.rst @@ -164,7 +164,7 @@ An Example Using the LLVM Tool Chain return 0; } -2. Next, compile the C file into a LLVM bitcode file: +2. Next, compile the C file into an LLVM bitcode file: .. code-block:: bat |