summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSteve MacLean <stmaclea@microsoft.com>2019-04-22 14:23:04 -0400
committerGitHub <noreply@github.com>2019-04-22 14:23:04 -0400
commit1ae88b330ae55514fd6123a0fb9340762ab9bbb4 (patch)
treef36d70afc74d84fbc41db8ffd33187788de88db4 /Documentation
parent9401fa655260453168026985d3d40d3e567ef94c (diff)
downloadcoreclr-1ae88b330ae55514fd6123a0fb9340762ab9bbb4.tar.gz
coreclr-1ae88b330ae55514fd6123a0fb9340762ab9bbb4.tar.bz2
coreclr-1ae88b330ae55514fd6123a0fb9340762ab9bbb4.zip
Fix `CORE_LIBRARIES` doc
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/workflow/UsingCoreRun.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/workflow/UsingCoreRun.md b/Documentation/workflow/UsingCoreRun.md
index 8e10bb5302..4a37a7df00 100644
--- a/Documentation/workflow/UsingCoreRun.md
+++ b/Documentation/workflow/UsingCoreRun.md
@@ -19,7 +19,7 @@ It does this by looking at two environment variables.
* `CORE_ROOT` - The directory where to find the runtime DLLs itself (e.g. CoreCLR.dll).
Defaults to be next to the corerun.exe host itself.
- * `CORE_LIBRARIES` - A Semicolon separated list of directories to look for DLLS to resolve any assembly references.
+ * `CORE_LIBRARIES` - A directory to look for DLLS to resolve any assembly references.
It defaults CORE_ROOT if it is not specified.
These simple rules can be used in a number of ways