Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-04-14 21:46:33 +0300
committerGitHub <noreply@github.com>2017-04-14 21:46:33 +0300
commiteb495c168c2f47f4c695732b8c025f068643f4c7 (patch)
treeb8a5524d823862e8cbfdd390ae0df8fe9887d45b /Documentation
parent5b3ba17544a3bdcc34504ec7454d7967aa262306 (diff)
Fix markdown (#3333)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
index 3e0e740fc..544a6b840 100644
--- a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
+++ b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
@@ -22,7 +22,7 @@ This will result in the following:
You should now be able to use the `dotnet` commands of the CLI tools.
-# Compiling source to native code using the ILCompiler you built#
+# Compiling source to native code using the ILCompiler you built #
* Ensure that you have done a repo build per the instructions above.
* Create a new folder and switch into it.